summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-03 10:19:36 -0700
committerArmin Kuster <akuster808@gmail.com>2021-08-15 07:09:38 -0700
commitec601332b263048407a771faca0087c7efd827f2 (patch)
treeb26ae37b09f7234ba592ff9e5b96376414d4350c
parentacf5769aff4edb67b187d70ac339a6484e1cc527 (diff)
downloadmeta-openembedded-ec601332b263048407a771faca0087c7efd827f2.tar.gz
fvwm: Package extra files and man pages
Avoids using installed-vs-shipped Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 566049b4f1ddc049c1f89a5838d1a71bb429faa3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb18
1 files changed, 12 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 51f5a4eca1..c93c510976 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() {
88# as well) 88# as well)
89PACKAGES = " \ 89PACKAGES = " \
90 ${PN} \ 90 ${PN} \
91 ${PN}-extra \
92 ${PN}-doc \
91 ${PN}-dbg \ 93 ${PN}-dbg \
92" 94"
93 95
@@ -98,12 +100,16 @@ FILES_${PN} = " \
98 ${datadir}/fvwm/ConfigFvwmDefaults \ 100 ${datadir}/fvwm/ConfigFvwmDefaults \
99" 101"
100 102
101RDEPENDS_${PN} = " \ 103FILES_${PN}-extra = " \
102 xuser-account \ 104 ${bindir} \
105 ${libexecdir} \
106 ${sysconfdir}/xdg/fvwm \
107"
108FILES_${PN}-doc = " \
109 ${mandir} \
110 ${datadir}/fvwm \
103" 111"
104 112
105# by default a lot of stuff is installed and it's not easy to control what to 113RDEPENDS_${PN} = " \
106# install, so install everything, but skip the check 114 xuser-account \
107INSANE_SKIP_${PN} = " \
108 installed-vs-shipped \
109" 115"