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>
This commit is contained in:
parent
1547fc3a61
commit
566049b4f1
|
|
@ -88,6 +88,8 @@ do_install:append() {
|
|||
# as well)
|
||||
PACKAGES = " \
|
||||
${PN} \
|
||||
${PN}-extra \
|
||||
${PN}-doc \
|
||||
${PN}-dbg \
|
||||
"
|
||||
|
||||
|
|
@ -98,12 +100,15 @@ 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