mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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 566049b4f1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -88,6 +88,8 @@ do_install_append() {
|
|||||||
# as well)
|
# as well)
|
||||||
PACKAGES = " \
|
PACKAGES = " \
|
||||||
${PN} \
|
${PN} \
|
||||||
|
${PN}-extra \
|
||||||
|
${PN}-doc \
|
||||||
${PN}-dbg \
|
${PN}-dbg \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -98,12 +100,16 @@ FILES_${PN} = " \
|
|||||||
${datadir}/fvwm/ConfigFvwmDefaults \
|
${datadir}/fvwm/ConfigFvwmDefaults \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
FILES_${PN}-extra = " \
|
||||||
|
${bindir} \
|
||||||
|
${libexecdir} \
|
||||||
|
${sysconfdir}/xdg/fvwm \
|
||||||
|
"
|
||||||
|
FILES_${PN}-doc = " \
|
||||||
|
${mandir} \
|
||||||
|
${datadir}/fvwm \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} = " \
|
RDEPENDS_${PN} = " \
|
||||||
xuser-account \
|
xuser-account \
|
||||||
"
|
"
|
||||||
|
|
||||||
# by default a lot of stuff is installed and it's not easy to control what to
|
|
||||||
# install, so install everything, but skip the check
|
|
||||||
INSANE_SKIP_${PN} = " \
|
|
||||||
installed-vs-shipped \
|
|
||||||
"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user