diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-28 14:42:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 00:10:11 +0000 |
commit | f7f6303a99c0d550aac005ca477c51d0f916c6a2 (patch) | |
tree | 3defa0e8a2650881b809d9ad81e7932516403a60 /meta/classes/texinfo.bbclass | |
parent | fdce09a022c988f5988236c114be9e3fa6680eaa (diff) | |
download | poky-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.bbclass | 4 |
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" | |||
10 | TEXDEP_class-native = "texinfo-dummy-native" | 10 | TEXDEP_class-native = "texinfo-dummy-native" |
11 | TEXDEP_class-cross = "texinfo-dummy-native" | 11 | TEXDEP_class-cross = "texinfo-dummy-native" |
12 | DEPENDS_append = " ${TEXDEP}" | 12 | DEPENDS_append = " ${TEXDEP}" |
13 | PATH_prepend_class-native = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" | ||
14 | PATH_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 |
17 | TEXDEP_pn-libtool-cross = "texinfo-dummy-native" | 15 | TEXDEP_pn-libtool-cross = "texinfo-dummy-native" |
18 | PATH_prepend_pn-libtool-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" | 16 | |