From 8ef4a3c0e85508e6cc604d1e10d0d7b14a5b8508 Mon Sep 17 00:00:00 2001 From: Jason Wessel Date: Wed, 29 Jan 2014 08:57:33 -0600 Subject: unfs3: Fix dependencies and allow target builds Fixed in this patch: * All patches marked as submitted to the upstream * Remove the pseudo dependency because unfs3 can fully stand alone or be used with pseudo and it does not link against pseudo * Dependencies to flex for nativesdk and target builds are fixed such that unfs3 can be deployed into an image * Add unfs3 references in separatebuilddir.inc because unfs3 works correctly with autotools. (From OE-Core rev: 7d8075c64bd0734cb70d16acef36c1a17276b359) Signed-off-by: Jason Wessel Signed-off-by: Richard Purdie --- meta/conf/distro/include/seperatebuilddir.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc index 64e8f6de7d..c6897a593a 100644 --- a/meta/conf/distro/include/seperatebuilddir.inc +++ b/meta/conf/distro/include/seperatebuilddir.inc @@ -527,8 +527,7 @@ B_pn-nativesdk-readline = "${SEPB}" B_pn-nativesdk-renderproto = "${SEPB}" B_pn-nativesdk-sqlite3 = "${SEPB}" B_pn-nativesdk-systemtap = "${SEPB}" -# Not automake, no out of tree build support -#B_pn-nativesdk-unfs3 = "${SEPB}" +B_pn-nativesdk-unfs3 = "${SEPB}" B_pn-nativesdk-util-macros = "${SEPB}" B_pn-nativesdk-xcb-proto = "${SEPB}" B_pn-nativesdk-xcmiscproto = "${SEPB}" @@ -675,8 +674,8 @@ B_pn-time = "${SEPB}" B_pn-tremor = "${SEPB}" B_pn-tslib = "${SEPB}" B_pn-udev = "${SEPB}" -# Not automake, no out of tree build support -#B_pn-unfs3-native = "${SEPB}" +B_pn-unfs3 = "${SEPB}" +B_pn-unfs3-native = "${SEPB}" B_pn-usbutils = "${SEPB}" B_pn-util-linux = "${SEPB}" B_pn-util-linux-native = "${SEPB}" -- cgit v1.2.3-54-g00ecf