diff options
| -rw-r--r-- | meta/classes/texinfo.bbclass | 4 | ||||
| -rw-r--r-- | meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb | 2 |
2 files changed, 1 insertions, 5 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 | |
diff --git a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb index 3732d4fa7b..ec04bfe390 100644 --- a/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb +++ b/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb | |||
| @@ -9,8 +9,6 @@ SRC_URI = "file://template.py file://COPYING" | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
| 11 | 11 | ||
| 12 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | ||
| 13 | |||
| 14 | inherit native | 12 | inherit native |
| 15 | 13 | ||
| 16 | # | 14 | # |
