summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"