diff options
-rw-r--r-- | meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb | 17 |
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) |
89 | PACKAGES = " \ | 89 | PACKAGES = " \ |
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 | ||
103 | FILES:${PN}-extra = " \ | ||
104 | ${bindir} \ | ||
105 | ${libexecdir} \ | ||
106 | ${sysconfdir}/xdg/fvwm \ | ||
107 | " | ||
108 | FILES:${PN}-doc = " \ | ||
109 | ${mandir} \ | ||
110 | ${datadir}/fvwm \ | ||
111 | " | ||
101 | RDEPENDS:${PN} = " \ | 112 | RDEPENDS:${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 | ||
107 | INSANE_SKIP:${PN} = " \ | ||
108 | installed-vs-shipped \ | ||
109 | " | ||