- Oct 05, 2009
-
-
Lionel Landwerlin authored
Signed-off-by:
Lionel Landwerlin <lionel.landwerlin@openwide.fr> Tested-By:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Bernhard Reutner-Fischer authored
prevents build failures if modules are enabled and localversion is "" Signed-off-by:
aldot <rep.dot.nop@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
In case that wpa_supplicant is configured with DBus interface, it calls pkg-config to find the dbus headers and libraries. Adjust the make environment so that it will use the right pkg-config search paths. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 04, 2009
-
-
Peter Korsgaard authored
Select a specific svn revision (current trunk: r16259) instead of the latest from the trunk. Simplifies support, mirroring and makes the system reproducible. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
As discussed earlier on the mailing list. It simplifies code, gives more sensible error message on typos and makes the defconfigs easier to find for users. Furthermore, update documentation to match. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Similar to the normal targets, but only affects the BR2_PACKAGE_* options. E.G. handy for keeping your current toolchain config while testing (random) packages. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
get rid of the removed saveconfig/getconfig targets, and instead document randconfig/defconfig/allyesconfig/allnoconfig. Furthermore, get rid of the unused tags target. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Fix typo introduced by 1e32e070 (remove dedicated target-headers option). Noticed by Alexander Clouter <alex@digriz.org.uk>. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 03, 2009
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Ensures that the configure+make steps are not run every time. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Ensures that the hook isn't run every time. Also use the real stamp file from the host build instead of host-share-mime-info as dependency, as otherwise the target is always considered out-of-date. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES is enabled. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
And pass proper cflags. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Structure it like other packages with sub-options. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Fix is in mainline since 2.6.29, and was backported in the 2.6.27.x stable versions. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Commit 0eca108b (directfb: add host-directfb target for directfb-csource) had tabs replaced by spaces, causing stuff to break - Fixed. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Oct 02, 2009
-
-
Sven Neumann authored
directfb-csource is a code generation tool that may be needed to build other packages. Add host-directfb target that installs directfb-csource in the host_dir. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
It doesn't compile: ../../src/memory.c: In function '__mp_memquery': ../../src/memory.c:769: error: lvalue required as left operand of assignment And hasn't seen any updates since it got added in 2006, so it cannot have many users. People most likely use valgrind nowadays for memory debugging anyway - Drop it. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
ltrace wants ARCH=ppc when building for powerpc. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
liblockfile.so.1.0 gets installed into /usr/lib, not /lib, so the target install make target is always considered out-of-date. Do various cleanups while we're here. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Makefile.autotools.in already cleans up man pages if configured to do so. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Got rid of LIBUUID_TARGET_DIR, and made sure staging install is only done once. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
libuuid.so gets installed into /usr/lib, not /lib, so the target install make target is always considered out-of-date. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
We need patch for patch-kernel.sh, so verify that it's available before building. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-