From 7cf41617989d15d5fce5eaca16685641d1c13a47 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Mon, 14 Jul 2014 09:54:38 +0800 Subject: rpm: bbappend to 5.4.14 to fit oe-core Signed-off-by: Xin Ouyang --- recipes-devtools/rpm/rpm_5.4.14.bbappend | 13 +++++++++++++ recipes-devtools/rpm/rpm_5.4.9.bbappend | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 recipes-devtools/rpm/rpm_5.4.14.bbappend delete mode 100644 recipes-devtools/rpm/rpm_5.4.9.bbappend diff --git a/recipes-devtools/rpm/rpm_5.4.14.bbappend b/recipes-devtools/rpm/rpm_5.4.14.bbappend new file mode 100644 index 0000000..f2a82e1 --- /dev/null +++ b/recipes-devtools/rpm/rpm_5.4.14.bbappend @@ -0,0 +1,13 @@ +PR .= ".3" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://rpm-fix-build-bug.patch \ + " + +FILES_${PN} += "${libdir}/rpm/bin/spooktool \ + ${libdir}/rpm/bin/semodule \ + " + +inherit with-selinux +PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage," diff --git a/recipes-devtools/rpm/rpm_5.4.9.bbappend b/recipes-devtools/rpm/rpm_5.4.9.bbappend deleted file mode 100644 index f2a82e1..0000000 --- a/recipes-devtools/rpm/rpm_5.4.9.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -PR .= ".3" - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://rpm-fix-build-bug.patch \ - " - -FILES_${PN} += "${libdir}/rpm/bin/spooktool \ - ${libdir}/rpm/bin/semodule \ - " - -inherit with-selinux -PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage," -- cgit v1.2.3-54-g00ecf