diff options
| author | Jason Wessel <jason.wessel@windriver.com> | 2014-01-29 08:57:33 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-29 17:38:48 +0000 |
| commit | 8ef4a3c0e85508e6cc604d1e10d0d7b14a5b8508 (patch) | |
| tree | 6e70a9044ab0dff3f36165451d0c68ae1e7cf9ae /meta/conf | |
| parent | 321cd5a25e3bb93d00892b97cb0861eba029a17f (diff) | |
| download | poky-8ef4a3c0e85508e6cc604d1e10d0d7b14a5b8508.tar.gz | |
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 <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 7 |
1 files changed, 3 insertions, 4 deletions
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}" | |||
| 527 | B_pn-nativesdk-renderproto = "${SEPB}" | 527 | B_pn-nativesdk-renderproto = "${SEPB}" |
| 528 | B_pn-nativesdk-sqlite3 = "${SEPB}" | 528 | B_pn-nativesdk-sqlite3 = "${SEPB}" |
| 529 | B_pn-nativesdk-systemtap = "${SEPB}" | 529 | B_pn-nativesdk-systemtap = "${SEPB}" |
| 530 | # Not automake, no out of tree build support | 530 | B_pn-nativesdk-unfs3 = "${SEPB}" |
| 531 | #B_pn-nativesdk-unfs3 = "${SEPB}" | ||
| 532 | B_pn-nativesdk-util-macros = "${SEPB}" | 531 | B_pn-nativesdk-util-macros = "${SEPB}" |
| 533 | B_pn-nativesdk-xcb-proto = "${SEPB}" | 532 | B_pn-nativesdk-xcb-proto = "${SEPB}" |
| 534 | B_pn-nativesdk-xcmiscproto = "${SEPB}" | 533 | B_pn-nativesdk-xcmiscproto = "${SEPB}" |
| @@ -675,8 +674,8 @@ B_pn-time = "${SEPB}" | |||
| 675 | B_pn-tremor = "${SEPB}" | 674 | B_pn-tremor = "${SEPB}" |
| 676 | B_pn-tslib = "${SEPB}" | 675 | B_pn-tslib = "${SEPB}" |
| 677 | B_pn-udev = "${SEPB}" | 676 | B_pn-udev = "${SEPB}" |
| 678 | # Not automake, no out of tree build support | 677 | B_pn-unfs3 = "${SEPB}" |
| 679 | #B_pn-unfs3-native = "${SEPB}" | 678 | B_pn-unfs3-native = "${SEPB}" |
| 680 | B_pn-usbutils = "${SEPB}" | 679 | B_pn-usbutils = "${SEPB}" |
| 681 | B_pn-util-linux = "${SEPB}" | 680 | B_pn-util-linux = "${SEPB}" |
| 682 | B_pn-util-linux-native = "${SEPB}" | 681 | B_pn-util-linux-native = "${SEPB}" |
