summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2008-08-16pcre: bump versionPeter Korsgaard
2008-08-16pcre: fix compilation when C++ support is disabledPeter Korsgaard
pcre will use host g++ is no cross g++ is available, so explicitly disable c++ support in pcre if it isn't enabled in buildroot instead.
2008-08-16pcre: add homepage to descriptionPeter Korsgaard
2008-08-16Makefile.autotools.in: add missing continuation for PKG_CONF_OPTPeter Korsgaard
The silent support added in r23041 was missing a shell continuation character breaking PKG_CONF_OPT support - Fixed.
2008-08-08dnsmasq: bump versionPeter Korsgaard
fixes dns spoofing vulnerability.
2008-08-06busybox: fix missing dependencies in unpacked and config rulesPeter Korsgaard
Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running make busybox-config and busybox-unpacked. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-08-06busybox: additional 1.11.1 patchesPeter Korsgaard
2008-08-04Makefile.autotools.in: remove extra newlines in MESSAGE macroPeter Korsgaard
2008-08-04Makefile.autotools.in: quiet configure on silent (-s) buildsPeter Korsgaard
Use --quiet configure argument when make is invoked with the -s (silent) option.
2008-08-04i2c-tools: cleanup clean targetPeter Korsgaard
2008-08-04haserl: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-04Makefile.autotools.in: fix patch dir for version specific subdirPeter Korsgaard
2008-08-04ethtool: don't specify STRIPPROGPeter Korsgaard
The correct strip program gets picked up at configure time, so no need to specify it at target install time.
2008-08-04lua: select readline / ncursesPeter Korsgaard
2008-08-04avahi: select expatPeter Korsgaard
2008-08-04vpnc: select libgcrypt / libgpg_errorPeter Korsgaard
2008-08-04argus: select libpcapPeter Korsgaard
2008-08-04package: add package managers sub menuPeter Korsgaard
2008-08-04ltrace: expand help textPeter Korsgaard
2008-08-04ethtool: convert to Makefile.autotools.in formatPeter Korsgaard
2008-08-04strace: convert to makefile.autotools.in formatPeter Korsgaard
2008-08-04strace: also remove from target-utils on cleanPeter Korsgaard
2008-08-04package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotationsPeter Korsgaard
2008-08-04dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERSPeter Korsgaard
2008-08-04package: global largefile CFLAGS handlingPeter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-08-04busybox: default HIDE_OTHERS to y for all versionsPeter Korsgaard
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version.
2008-08-04strace: fix LARGEFILE typoPeter Korsgaard
Patch by Claus Klein.
2008-08-04sed: fix CPPFLAGS typoPeter Korsgaard
Patch by Claus Klein.
2008-07-24Makefile.autotools.in: fix make source-check/external-deps differentlyPeter Korsgaard
The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER.
2008-07-23grep: make locale handling less verbosePeter Korsgaard
As suggested by Bernhard.
2008-07-23grep: cleanup configure argsPeter Korsgaard
2008-07-23grep: fix target install and cleanPeter Korsgaard
2008-07-23grep: gettext/libintl is only required if locale is enabledPeter Korsgaard
2008-07-23gettext: also remove from staging on -cleanPeter Korsgaard
2008-07-23busybox: additional 1.11.1 fixPeter Korsgaard
2008-07-22vsftp: enable and fix linkingPeter Korsgaard
Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing.
2008-07-22which: convert to Makefile.autotools.in formatPeter Korsgaard
2008-07-22which: install into /usr/binPeter Korsgaard
2008-07-22which: strip target binaryPeter Korsgaard
2008-07-22which: needs readlinePeter Korsgaard
Patch by Wade Berrier.
2008-07-22busybox: 1.11.1 patchesPeter Korsgaard
2008-07-21sdl_mixer: run CONFIG_UPDATE on correct directoryPeter Korsgaard
The Makefile tried to update config.guess and config.sub in the wrong directories, this patch updates the correct scripts making it possible to compile on new systems. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-17fuse: fix target installPeter Korsgaard
Also copy libfuse.so symlink so fuse target isn't considered out of date
2008-07-17freetype: fix target install and clean / dircleanPeter Korsgaard
- target install didn't strip library - clean didn't uninstall from staging / target - dirclean target missing
2008-07-17sqlite: fix target install and cleanPeter Korsgaard
- install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files
2008-07-17package: sdl_image packagePeter Korsgaard
Based on patch by artemys. Closes #4194
2008-07-17zlib: cleanup and fix -clean targetPeter Korsgaard
2008-07-17tiff: zlib and jpeg are needed at configure timePeter Korsgaard