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-14 13:49:52 -0700
commit59715d3d2ecec96267adc4083b75a2621b669b3e (patch)
treea7b72d2f1f1eca52fcb160de091bdf835395a6ab
parent9737d50f92c6a58a83ba639e561af15f29efa265 (diff)
downloadmeta-openembedded-59715d3d2ecec96267adc4083b75a2621b669b3e.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 51f5a4eca..c93c51097 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"