mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
321cd5a25e
commit
8ef4a3c0e8
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user