]> code.ossystems Code Review - openembedded-core.git/commitdiff
texinfo/texinfo-dummy-native: Drop native path prefix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2020 14:42:55 +0000 (14:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Feb 2020 00:09:59 +0000 (00:09 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/texinfo.bbclass
meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb

index 6b0def0eac480d91b899402d8dbe16f26b2a3301..72091c733e56bf994064b5cf7b997f75f7506c14 100644 (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:"
+
index 3732d4fa7b87749ca85cf22011be53970e998475..ec04bfe390fe993967ed0f6486fcf1792eca1df3 100644 (file)
@@ -9,8 +9,6 @@ SRC_URI = "file://template.py file://COPYING"
 
 S = "${WORKDIR}"
 
-NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
-
 inherit native
 
 #