Skip to content

Commit

Permalink
fvwm: Package extra files and man pages
Browse files Browse the repository at this point in the history
Avoids using installed-vs-shipped

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Aug 3, 2021
1 parent 1547fc3 commit 566049b
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions meta-oe/recipes-graphics/fvwm/fvwm_2.6.9.bb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ do_install:append() {
# as well)
PACKAGES = " \
${PN} \
${PN}-extra \
${PN}-doc \
${PN}-dbg \
"

Expand All @@ -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 \
"

0 comments on commit 566049b

Please sign in to comment.