All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] fvwm: Package extra files and man pages
@ 2021-08-03 17:20 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-08-03 17:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

Avoids using installed-vs-shipped

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
index 96877577e7..54e0a0ef4d 100644
--- a/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
+++ b/meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
@@ -88,6 +88,8 @@ do_install:append() {
 # as well)
 PACKAGES = " \
     ${PN} \
+    ${PN}-extra \
+    ${PN}-doc \
     ${PN}-dbg \
 "

@@ -98,12 +100,15 @@ FILES:${PN} = " \
     ${datadir}/fvwm/ConfigFvwmDefaults \
 "

+FILES:${PN}-extra = " \
+    ${bindir} \
+    ${libexecdir} \
+    ${sysconfdir}/xdg/fvwm \
+"
+FILES:${PN}-doc = " \
+    ${mandir} \
+    ${datadir}/fvwm \
+"
 RDEPENDS:${PN} = " \
     xuser-account \
 "
-
-# by default a lot of stuff is installed and it's not easy to control what to
-# install, so install everything, but skip the check
-INSANE_SKIP:${PN} = " \
-    installed-vs-shipped \
-"
--
2.32.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-03 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 17:20 [meta-oe][PATCH] fvwm: Package extra files and man pages Khem Raj

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.