summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-03 10:19:36 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:26 -0700
commit566049b4f1ddc049c1f89a5838d1a71bb429faa3 (patch)
tree54e48ed7f7ae750d2c2769d56ff89673c2cd41e3
parent1547fc3a613fcb03ed4b6a67d5af4ddc9b17ace5 (diff)
downloadmeta-openembedded-566049b4f1ddc049c1f89a5838d1a71bb429faa3.tar.gz
fvwm: Package extra files and man pages
Avoids using installed-vs-shipped Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb17
1 files 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() {
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,15 @@ FILES:${PN} = " \
98 ${datadir}/fvwm/ConfigFvwmDefaults \ 100 ${datadir}/fvwm/ConfigFvwmDefaults \
99" 101"
100 102
103FILES:${PN}-extra = " \
104 ${bindir} \
105 ${libexecdir} \
106 ${sysconfdir}/xdg/fvwm \
107"
108FILES:${PN}-doc = " \
109 ${mandir} \
110 ${datadir}/fvwm \
111"
101RDEPENDS:${PN} = " \ 112RDEPENDS:${PN} = " \
102 xuser-account \ 113 xuser-account \
103" 114"
104
105# by default a lot of stuff is installed and it's not easy to control what to
106# install, so install everything, but skip the check
107INSANE_SKIP:${PN} = " \
108 installed-vs-shipped \
109"