owl-video: Fix unpackaged file warning

WARNING: For recipe owl-video, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/video
WARNING:   /usr/share/video/gtk-fullscreen.png
(From OE-Core rev: 1a93ad99eb4ce19b45e5f2b61902f1f2936bddff)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-03-13 11:30:17 -07:00 committed by Richard Purdie
parent 8e9f6fc77a
commit 57cde08c70
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ DEPENDS = "libowl-av"
SRCREV = "f133472318970796fae1ea3e98ac062156768baf"
PV = "0.1+git${SRCPV}"
PR = "r0"
PR = "r1"
S = "${WORKDIR}/git"
@ -39,3 +39,5 @@ do_install_append () {
install -d ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/owl-video-widget.desktop ${D}/${datadir}/applications
}
FILES_${PN} += "${datadir}/video"