1. change the rpm_5.4.16.bbappend to rpm_git.bbappend, this is because the rpm in oe-core has become rpm4 from rpm5.
2. drop the patch for rpm5. 3. delete the does not exist files when run task do_package. Signed-off-by: Dengke Du <dengke...@windriver.com> --- recipes-devtools/rpm/rpm_5.4.16.bbappend | 10 ---------- recipes-devtools/rpm/rpm_git.bbappend | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/rpm/rpm_5.4.16.bbappend create mode 100644 recipes-devtools/rpm/rpm_git.bbappend diff --git a/recipes-devtools/rpm/rpm_5.4.16.bbappend b/recipes-devtools/rpm/rpm_5.4.16.bbappend deleted file mode 100644 index 2a41a28..0000000 --- a/recipes-devtools/rpm/rpm_5.4.16.bbappend +++ /dev/null @@ -1,10 +0,0 @@ -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_git.bbappend b/recipes-devtools/rpm/rpm_git.bbappend new file mode 100644 index 0000000..9f3ec90 --- /dev/null +++ b/recipes-devtools/rpm/rpm_git.bbappend @@ -0,0 +1,4 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +inherit with-selinux +PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage," -- 2.8.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto