All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH V5] rpm: modify the rpm bbappend file to suitable for rpm4
@ 2017-05-11  1:48 Dengke Du
  2017-05-11 12:52 ` Joe MacDonald
  0 siblings, 1 reply; 2+ messages in thread
From: Dengke Du @ 2017-05-11  1:48 UTC (permalink / raw)
  To: mark.hatle, Joe_MacDonald; +Cc: yocto

Changed in V5:
	Let the subject more clear.

Changed in V4:
	Make the comments more clear.
Changed in V3:
	Rebase the patch on the latest master branch.

Delete the does not exist files when run task do_package.

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 recipes-devtools/rpm/rpm_%.bbappend | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/recipes-devtools/rpm/rpm_%.bbappend b/recipes-devtools/rpm/rpm_%.bbappend
index 199a7e4..9f3ec90 100644
--- a/recipes-devtools/rpm/rpm_%.bbappend
+++ b/recipes-devtools/rpm/rpm_%.bbappend
@@ -1,8 +1,4 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-FILES_${PN} += "${libdir}/rpm/bin/spooktool \
-                ${libdir}/rpm/bin/semodule \
-               "
-
 inherit with-selinux
 PACKAGECONFIG[selinux] = "${WITH_SELINUX},${WITHOUT_SELINUX},libsemanage,"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-11 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-11  1:48 [meta-selinux][PATCH V5] rpm: modify the rpm bbappend file to suitable for rpm4 Dengke Du
2017-05-11 12:52 ` Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.