summaryrefslogtreecommitdiffstats
path: root/meta/classes/texinfo.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-28 14:42:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-03 00:10:11 +0000
commitf7f6303a99c0d550aac005ca477c51d0f916c6a2 (patch)
tree3defa0e8a2650881b809d9ad81e7932516403a60 /meta/classes/texinfo.bbclass
parentfdce09a022c988f5988236c114be9e3fa6680eaa (diff)
downloadpoky-f7f6303a99c0d550aac005ca477c51d0f916c6a2.tar.gz
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>
Diffstat (limited to 'meta/classes/texinfo.bbclass')
-rw-r--r--meta/classes/texinfo.bbclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/texinfo.bbclass b/meta/classes/texinfo.bbclass
index 6b0def0eac..72091c733e 100644
--- a/meta/classes/texinfo.bbclass
+++ b/meta/classes/texinfo.bbclass
@@ -10,9 +10,7 @@ TEXDEP = "texinfo-native"
10TEXDEP_class-native = "texinfo-dummy-native" 10TEXDEP_class-native = "texinfo-dummy-native"
11TEXDEP_class-cross = "texinfo-dummy-native" 11TEXDEP_class-cross = "texinfo-dummy-native"
12DEPENDS_append = " ${TEXDEP}" 12DEPENDS_append = " ${TEXDEP}"
13PATH_prepend_class-native = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
14PATH_prepend_class-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
15 13
16# libtool-cross doesn't inherit cross 14# libtool-cross doesn't inherit cross
17TEXDEP_pn-libtool-cross = "texinfo-dummy-native" 15TEXDEP_pn-libtool-cross = "texinfo-dummy-native"
18PATH_prepend_pn-libtool-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" 16