summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-01-20Bump kismet package to 2010-01-R1Gustavo Zacarias
Closes #931. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-20Bump wpa_supplicant to 0.6.10, enable nl80211Gustavo Zacarias
Closes #925. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-20Bump usb_modeswitch to 1.0.7Gustavo Zacarias
Closes #919. Includes new device signatures, improved handling of Huawei devices and other fixes. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-20Bump iptables to 1.4.6Gustavo Zacarias
Closes #913. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18mesa3d/makedepend: correct host package names after autotools changeWilliam Wagner
Signed-off-by: William Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18gstreamer: fix unaligned detection for x86-64Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18rpm: needs XML support in libneonPeter Korsgaard
RPM-5.2.0 needs the optional XML support in libneon. Restructure kconfig dependencies to ensure rpm can only be selected if libneon with XML support (in addition to SSL + ZLIB) is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18Makefile.autotools.in: fixup .la files in all lib dirsPeter Korsgaard
Sometimes usr/lib32 or usr/lib64 is used instead of usr/lib, so search those for .la files as well. Fixes .la fixup for beecrypt on x86-64. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18rpm: fix build with !LFSPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18Merge branch 'rpm-update3' of git://git.busybox.net/~nkukard/git/buildrootPeter Korsgaard
2010-01-18Merge branch 'bootutils-update' of git://git.busybox.net/~nkukard/git/buildrootPeter Korsgaard
2010-01-18qt: Re-enable workaround for building on x86 for x86 target, also check for ↵Ormund Williams
x86_64 [Peter: combined x86 + x86-64 logic, simplified] Signed-off-by: Ormund Williams <ormundw@panix.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18package/mtd: Remove obsolete utilities, add new onesH Hartley Sweeten
A number of options under "MTD tools selection" are no longer available. Remove them to avoid possible build errors. In addition, the nandtest utility is present in MTD-utils release so remove the depends on BR2_PACKAGE_MTD_UTILS_GIT. Add a number of new utilities that exist in the latest version. All of these do not have a 'default y' so existing configurations should not change. Reorder the MTD_TARGETS_* to match the Config.in so it's easier to notice missing utilities. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18package/mtd: mtd-utils: fix fec.c build (bcopy reference)Peter Korsgaard
Needs similar fix as what we already have for mtd-utils.git Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-12qt: ensure libglib2 is built before qt if enabled for Qt's glib supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-30libungif: convert to autotools infrastructureLionel Landwerlin
[Peter: use std staging/target install handling] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-30jpeg: convert to autotools infrastructureLionel Landwerlin
[Peter: has own libtool patch, use std staging install, fix target install] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-30Makefile.autotools.in: fix libtool patchingPeter Korsgaard
Fixes two issues with libtool patching: - It seems like the default value for <package>_LIBTOOL_PATCH only gets set AFTER the ifdef check, so the conditional was never taken. Fix it by instead checking that it isn't explicitly set to not do the patching instead. - The $i in the libtool patching for loop needed an extra level of escaping to work. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-30package: fix host build for packages with own libtool patchPeter Korsgaard
Packages which also build a host variant and have LIBTOOL_PATCH = NO, should also disable libtool patching for the host build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-25Bump bootutilsNigel Kukard
2009-12-25Bumped rpmNigel Kukard
2009-12-23Bump mtd-utils to 1.2.0Gustavo Zacarias
Closes #827. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-23neon: fix ssl option dependencyPeter Korsgaard
Thanks to Gustavo Zacarias for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-22xfsprogs: bump versionNigel Kukard
Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-21qt: add selection for keyboard driversPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-21Install uuid.h into staging as some other apps like xfsprogs need itNigel Kukard
[Peter: cleanup, only install header if libuuid is installed] Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-20neon: add optional ssl supportPeter Korsgaard
Signed-off-by: Nigel Kukard <nkukard@lbsd.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-20mtd-utils: move phony dependencies to toplevel mtd-host targetPeter Korsgaard
Real targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-20libusb: move phony dependencies to toplevel libusb targetPeter Korsgaard
Real targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-20Fix gst-plugins-bad dependency on libdvdnavLionel Landwerlin
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-17libvorbis: remove unused cruft from pre-autotools.inPeter Korsgaard
The AUTOTARGETS macro handles this already. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-17mpg123: select sensible cpu optimization depending on arch/fpuPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-17mpg123: convert to Makefile.autotools.in formatPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-16hal: add missing includesPeter Korsgaard
Fix build (with modern kernel headers) - hald/linux/classdev.c needs sys/socket.h for struct sockaddr - hald/linux/addons/addon-storage.c needs limits.h for INT_MAX Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-16hal: fix build, correct glib/udev/expat pathsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-16hal: fix udev dependencyPeter Korsgaard
- Selecting symbols with dependencies doesn't work unless you select the dependencies as well - udev-volume-id target gone, use the generic udev one instead Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-16udev: fix udev-volume-id staging installPeter Korsgaard
$@ no longer refers to the lib under staging after the package rework. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15dbus-glib: fix host-dbus-glib buildPeter Korsgaard
Typo in expat dependency. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15dbus: fix host-dbus buildPeter Korsgaard
Use correct variable name for the host source directory for DBUS_HOST_INTROSPECT, and use late binding as HOST_DBUS_DIR only gets defined later on (by AUTOTARGETS). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-15udev: convert to generic package infrastructureThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15i2c-tools: convert to the generic package infrastructureThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15xutil_makedepend: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15xproto_xproto: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15pixman: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15m4: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15mtd-utils: fix dependency on host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15lzo: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15libusb: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15libgtk2: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15gob2: convert to autotools infrastructure for host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>