]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "xz: Allow to work with ASSUME_PROVIDED xz-native"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jan 2016 10:05:56 +0000 (10:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jan 2016 10:08:25 +0000 (10:08 +0000)
This reverts commit 5c69c561a76cb10d7896ae0a0399190f11b2e0ca.

The change was incomplete, not handling cases such as the fetcher
using xz, or linux-yocto, dpkg or apt or the lzma image type.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rpm/rpm_4.11.2.bb
meta/recipes-extended/pixz/pixz_1.0.6.bb
meta/recipes-extended/xz/xz_5.2.2.bb

index 6e46c8e999653f0c63cc3a46b82cdd4e1521c9fb..3683971cd52b7d3b17165c3c4b2435da1767e8a0 100644 (file)
@@ -79,9 +79,6 @@ CCFLAGS_append = " -fPIC "
 CXXFLAGS_append = " -fPIC "
 CFLAGS_append = " -fPIC -DRPM_VENDOR_WINDRIVER -DRPM_VENDOR_POKY -DRPM_VENDOR_OE "
 
-BUILD_CFLAGS_append_class-native = " -L${STAGING_DIR_HOST}${libdir}/xz-native/"
-BUILD_LDFLAGS_append_class-native = " -Wl,-rpath,${STAGING_DIR_HOST}${libdir}/xz-native/ -Wl,-rpath-link,${STAGING_DIR_HOST}${libdir}/xz-native/"
-
 do_configure_prepend() {
     rm -rf sqlite
     rm -f m4/libtool.m4
index 492b7ef611deea39239ff192a0784905b924228c..279fb54c3fc35457323551e9580c0d2797ae3634 100644 (file)
@@ -1,7 +1,6 @@
 SUMMARY = "Parallel, indexed xz compressor"
 
 DEPENDS = "xz libarchive"
-DEEPNDS_class-native = "xz-replacement-native libarchive-native"
 
 SRC_URI = "https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "f6dc5909c9a31b192f69aa397ae8df48"
@@ -18,7 +17,4 @@ CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no"
 
 inherit autotools pkgconfig
 
-PKG_CONFIG_PATH_append_class-native = ":${STAGING_DIR_HOST}${libdir}/xz-native/pkgconfig"
-BUILD_LDFLAGS_append_class-native = " -Wl,-rpath,${STAGING_DIR_HOST}${libdir}/xz-native/"
-
 BBCLASSEXTEND = "native"
index 6acb33e859677d4badf6895044c32f79f828af2f..d118f3a7448f9a2e67ba67812f5d713dc53e6f62 100644 (file)
@@ -31,9 +31,6 @@ PACKAGES =+ "liblzma"
 
 FILES_liblzma = "${libdir}/liblzma*${SOLIBS}"
 
-PROVIDES_append_class-native = " xz-replacement-native"
-NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
-
 BBCLASSEXTEND = "native nativesdk"
 
 export CONFIG_SHELL="/bin/sh"