mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
base/autotools.bbclass: Make sure extra dependencies are not lost for native and nativesdk BBCLASSEXTEND. Ugly but no simpler/neater way seems possible
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -22,7 +22,11 @@ def autotools_dep_prepend(d):
|
||||
return deps + 'gnu-config-native '
|
||||
|
||||
EXTRA_OEMAKE = ""
|
||||
|
||||
DEPENDS_prepend = "${@autotools_dep_prepend(d)}"
|
||||
DEPENDS_virtclass-native_prepend = "${@autotools_dep_prepend(d)}"
|
||||
DEPENDS_virtclass-nativesdk_prepend = "${@autotools_dep_prepend(d)}"
|
||||
|
||||
acpaths = "default"
|
||||
EXTRA_AUTORECONF = "--exclude=autopoint"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user