mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
texinfo/texinfo-dummy-native: Drop native path prefix
Now we have recipe specific sysroots we don't need this native path prefix. It was breaking the crosssdk/cross-canadian cases and causing bugs, removing it is the simplest solution. (From OE-Core rev: f7c9e4c4cbb2a74a3627dc8da37083eef071e3cb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,9 +10,7 @@ TEXDEP = "texinfo-native"
|
||||
TEXDEP_class-native = "texinfo-dummy-native"
|
||||
TEXDEP_class-cross = "texinfo-dummy-native"
|
||||
DEPENDS_append = " ${TEXDEP}"
|
||||
PATH_prepend_class-native = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
|
||||
PATH_prepend_class-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
|
||||
|
||||
# libtool-cross doesn't inherit cross
|
||||
TEXDEP_pn-libtool-cross = "texinfo-dummy-native"
|
||||
PATH_prepend_pn-libtool-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
|
||||
|
||||
|
||||
@@ -9,8 +9,6 @@ SRC_URI = "file://template.py file://COPYING"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
|
||||
|
||||
inherit native
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user