summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/pixz/pixz_1.0.6.bb4
-rw-r--r--meta/recipes-extended/xz/xz_5.2.2.bb3
2 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-extended/pixz/pixz_1.0.6.bb b/meta/recipes-extended/pixz/pixz_1.0.6.bb
index 492b7ef611..279fb54c3f 100644
--- a/meta/recipes-extended/pixz/pixz_1.0.6.bb
+++ b/meta/recipes-extended/pixz/pixz_1.0.6.bb
@@ -1,7 +1,6 @@
1SUMMARY = "Parallel, indexed xz compressor" 1SUMMARY = "Parallel, indexed xz compressor"
2 2
3DEPENDS = "xz libarchive" 3DEPENDS = "xz libarchive"
4DEEPNDS_class-native = "xz-replacement-native libarchive-native"
5 4
6SRC_URI = "https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz" 5SRC_URI = "https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz"
7SRC_URI[md5sum] = "f6dc5909c9a31b192f69aa397ae8df48" 6SRC_URI[md5sum] = "f6dc5909c9a31b192f69aa397ae8df48"
@@ -18,7 +17,4 @@ CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no"
18 17
19inherit autotools pkgconfig 18inherit autotools pkgconfig
20 19
21PKG_CONFIG_PATH_append_class-native = ":${STAGING_DIR_HOST}${libdir}/xz-native/pkgconfig"
22BUILD_LDFLAGS_append_class-native = " -Wl,-rpath,${STAGING_DIR_HOST}${libdir}/xz-native/"
23
24BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "native"
diff --git a/meta/recipes-extended/xz/xz_5.2.2.bb b/meta/recipes-extended/xz/xz_5.2.2.bb
index 6acb33e859..d118f3a744 100644
--- a/meta/recipes-extended/xz/xz_5.2.2.bb
+++ b/meta/recipes-extended/xz/xz_5.2.2.bb
@@ -31,9 +31,6 @@ PACKAGES =+ "liblzma"
31 31
32FILES_liblzma = "${libdir}/liblzma*${SOLIBS}" 32FILES_liblzma = "${libdir}/liblzma*${SOLIBS}"
33 33
34PROVIDES_append_class-native = " xz-replacement-native"
35NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
36
37BBCLASSEXTEND = "native nativesdk" 34BBCLASSEXTEND = "native nativesdk"
38 35
39export CONFIG_SHELL="/bin/sh" 36export CONFIG_SHELL="/bin/sh"