]> code.ossystems Code Review - openembedded-core.git/commitdiff
owl-video: Fix unpackaged file warning
authorSaul Wold <sgw@linux.intel.com>
Tue, 13 Mar 2012 18:30:17 +0000 (11:30 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 14 Mar 2012 08:29:42 +0000 (01:29 -0700)
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
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-sato/owl-video-widget/owl-video_git.bb

index 3ecb82e78bd3fab77e5fd7a53a98895bbfa6d579..bc632736414c029dc6b03e6c214e873777826c8a 100644 (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"