[yocto] [meta-selinux][PATCH] rpm: modify the rpm bbappend file to suitable for rpm4

Dengke Du dengke.du at windriver.com
Tue May 9 00:44:47 PDT 2017


Please ignore this, thanks.


On 2017年05月09日 15:41, Dengke Du wrote:
> 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.du at 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,"




More information about the yocto mailing list