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:
Richard Purdie
2020-01-28 14:42:55 +00:00
parent fdce09a022
commit f7f6303a99
2 changed files with 1 additions and 5 deletions

View File

@@ -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:"

View File

@@ -9,8 +9,6 @@ SRC_URI = "file://template.py file://COPYING"
S = "${WORKDIR}"
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
inherit native
#