mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
native/nativesdk: Clean up the depends ordering after bitbake override handling updates
This massively cleans up the dependency handling in the two classes when interacting with BBCLASSEXTEND. This change has a dependency on the bitbake override handling change and also the existence of the RecipePreFinalise event. (From OE-Core rev: f183c7cfe377fa6ed2777605c3590a9dda2060df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -69,8 +69,6 @@ def base_dep_prepend(d):
|
||||
BASEDEPENDS = "${@base_dep_prepend(d)}"
|
||||
|
||||
DEPENDS_prepend="${BASEDEPENDS} "
|
||||
DEPENDS_virtclass-native_prepend="${BASEDEPENDS} "
|
||||
DEPENDS_virtclass-nativesdk_prepend="${BASEDEPENDS} "
|
||||
|
||||
FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", "${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files", "${FILE_DIRNAME}" ], d)}"
|
||||
# THISDIR only works properly with imediate expansion as it has to run
|
||||
|
||||
Reference in New Issue
Block a user