mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
9737d50f92
commit
59715d3d2e
|
|
@ -88,6 +88,8 @@ do_install_append() {
|
|||
# as well)
|
||||
PACKAGES = " \
|
||||
${PN} \
|
||||
${PN}-extra \
|
||||
${PN}-doc \
|
||||
${PN}-dbg \
|
||||
"
|
||||
|
||||
|
|
@ -98,12 +100,16 @@ FILES_${PN} = " \
|
|||
${datadir}/fvwm/ConfigFvwmDefaults \
|
||||
"
|
||||
|
||||
FILES_${PN}-extra = " \
|
||||
${bindir} \
|
||||
${libexecdir} \
|
||||
${sysconfdir}/xdg/fvwm \
|
||||
"
|
||||
FILES_${PN}-doc = " \
|
||||
${mandir} \
|
||||
${datadir}/fvwm \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user