From f7f6303a99c0d550aac005ca477c51d0f916c6a2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 28 Jan 2020 14:42:55 +0000 Subject: 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 --- meta/classes/texinfo.bbclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/classes/texinfo.bbclass') 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" 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:" + -- cgit v1.2.3-54-g00ecf