summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2010-04-11Update config.{guess,sub} unconditionallyThomas Petazzoni
Remove the BR2_UPDATE_CONFIG option which allowed to globally enable/disable the replacement of config.{guess,sub} for autotools-based packages. Doing it unconditionnally just works. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-11Remove BR2_PREFER_IMAThomas Petazzoni
This option is barely used, no-one is maintaining it or extending it. So let's remove it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09cramfs: fix help text typoPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-09squashfs3: new packageThomas Petazzoni
Add support for the old squashfs 3.x tools, so that squashfs 3.x root filesystems can be generated. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09Remove IMAGE and related configuration optionsThomas Petazzoni
Now, we just hardcode the image filenames to be rootfs.$(FSTYPE), in the $(BINARIES_DIR). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09busybox initramfs: do not use the IMAGE variableThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09fakeroot: convert to the autotools infrastructureThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09lzma: convert the host package to the autotools infrastructureThomas Petazzoni
Note that we loose the ability to use a lzma command available on the host and we now always build your own if a package needs it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09cloop: new packageThomas Petazzoni
Only the host variant is supported, which explains why there is no Config.in file. Will be used by the filesystem generation code. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09mtd: convert to gentargets, add host packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09e2fsprogs: add support for host packageThomas Petazzoni
Host package is needed to get libuuid installed for the host, needed to build the mtd utils for the host. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09cdrkit: new packageThomas Petazzoni
Supported both for the target and the host. Will be used by the root filesystem generation code, thanks to genisoimage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09cmake: new packageThomas Petazzoni
Only compilation for the host is supported, why explains why we don't have a Config.in and the corresponding BR2_PACKAGE_CMAKE option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09bzip2: convert to gentargets, add host package, bump versionThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09libcap: new packageThomas Petazzoni
Needed as a dependency of cdrkit, which contains genisomage, useful for generating ISO9660 filesystem images. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09squashfs: new packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09cramfs: new packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09genext2fs: new packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09genromfs: add new packageThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-09Merge branch 'libaio-conversion' of ↵Peter Korsgaard
git://git.busybox.net/~tpetazzoni/git/buildroot
2010-04-08xdriver_xf86-video-intel: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xlib_libXxf86misc: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xproto_evieext: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xkeyboard-config: bump versionWill Wagner
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xlib_libXfontcache: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xlib_libpciaccess: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xproto_xf86miscproto: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xproto_fontcacheproto: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xproto_dri2proto: bump versionWill Wagner
[Peter: remove version from Config.in help] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08pthread-stubs: bump versionWill Wagner
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08xlib_libXau: remove duplicate dependanciesWill Wagner
Signed-off-by: Will Wagner <will_wagner@carallon.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08correct name of xapp_xinput.mkWill Wagner
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08mesa3d: bump version and convert to autotoolsWill Wagner
Note this version requires a recent kernel with KMS support as it is currently configured Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08pixman: bump versionWill Wagner
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08libaio: convert to the GENTARGETS infrastructureThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-08Merge branch 'libusb-conversion' of ↵Peter Korsgaard
git://git.busybox.net/~tpetazzoni/git/buildroot Fix merge conflicts in CHANGES
2010-04-08fbv: add patch to support bgr555 framebuffer format.Josh.Wu
[Peter: add header to patch, fix file permissions] Signed-off-by: Josh.Wu <josh.wu@atmel.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-08matchbox-desktop: fix compilation and installationPaulius Zaleckas
Libtool patch applies just fine. mbdesktop_modules is installed by the matchbox-desktop and we don't have to overwrite it with our copy(contains wrong paths). Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-06usb_modeswitch: use GENTARGETS instead of AUTOTARGETSThomas Petazzoni
usb_modeswitch build system is just a simple Makefile, so the GENTARGETS infrastructure is more appropriate than the AUTOTARGETS infrastructure. The build system is slightly fixed through a small patch, that replaces the previous "nostrip" patch. The latest version of usb_modeswitch is 1.1.1, but it now relies on udev and requires TCL to operate. Someone actually using usb_modeswitch would probably be at a better place to do this version bump. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-06libusb: bump version, convert to autotools, add -compat libMike Crowe
Upgrade libusb to v1.0.3 and add new libusb-compat package for compatibility with old packages that expect the pre-1.0 API. Also update usb_modeswitch to depend on libusb-compat rather than libusb. Minor fixes by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>. Fixes bug #1093. Signed-off-by: Mike Crowe <mac@mcrowe.com>
2010-04-06radvd: bump versionAlexander Clouter
Closes #1489 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-05busybox: respect BR2_PREFER_STATIC_LIBPeter Korsgaard
Build static version if requested in BR config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-03matchbox: convert to autotools, fix build with start-notification, libxftWill Wagner
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-03Bump libdrm to 2.4.19Paul Jones
Also adds proper dependency information to stop build errors. Signed-off-by: Paul Jones <paul@pauljones.id.au> Acked-By: Will Wagner<willw@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-02qt: bump versionFrederik Vannoote
qt 4.6.x has a number of new configure options, and needs a patch to work on uClibc. Signed-off-by: Frederik Vannoote <frederik.vannoote@barco.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-02radvd: needs host-flexPeter Korsgaard
Closes #1369 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-02logrotate: use standard wchar commentPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-02findutils: show comment if wchar isn't enabledPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-02graphics: remove comment about fbset broken in busybox, sort orderPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-02busybox: indent sub optionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>