From c192bd60e8c7bcb9bbdd24158bd66eb691bfee5a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 25 Jan 2016 10:05:56 +0000 Subject: Revert "xz: Allow to work with ASSUME_PROVIDED xz-native" 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. (From OE-Core rev: fc4209baa098caebf9c4cb75f9a6f2e85f43333c) Signed-off-by: Richard Purdie --- meta/recipes-devtools/rpm/rpm_4.11.2.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-devtools/rpm/rpm_4.11.2.bb') diff --git a/meta/recipes-devtools/rpm/rpm_4.11.2.bb b/meta/recipes-devtools/rpm/rpm_4.11.2.bb index 6e46c8e999..3683971cd5 100644 --- a/meta/recipes-devtools/rpm/rpm_4.11.2.bb +++ b/meta/recipes-devtools/rpm/rpm_4.11.2.bb @@ -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 -- cgit v1.2.3-54-g00ecf