diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 17:56:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 22:49:10 +0100 |
commit | 1b53eef2769d1b5e4ff527ccabf9b700afc02220 (patch) | |
tree | eac0ab929bf93d34cb48b1be690d9a19a37330b7 /meta/classes/base.bbclass | |
parent | 69c87c5ebba27d843e00a01d02031477f23867fe (diff) | |
download | poky-1b53eef2769d1b5e4ff527ccabf9b700afc02220.tar.gz |
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>
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 26c59abf8e..e740650cfd 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -69,8 +69,6 @@ def base_dep_prepend(d): | |||
69 | BASEDEPENDS = "${@base_dep_prepend(d)}" | 69 | BASEDEPENDS = "${@base_dep_prepend(d)}" |
70 | 70 | ||
71 | DEPENDS_prepend="${BASEDEPENDS} " | 71 | DEPENDS_prepend="${BASEDEPENDS} " |
72 | DEPENDS_virtclass-native_prepend="${BASEDEPENDS} " | ||
73 | DEPENDS_virtclass-nativesdk_prepend="${BASEDEPENDS} " | ||
74 | 72 | ||
75 | 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)}" | 73 | 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)}" |
76 | # THISDIR only works properly with imediate expansion as it has to run | 74 | # THISDIR only works properly with imediate expansion as it has to run |