[oe-commits] Saul Wold : owl-video: Fix unpackaged file warning

git at git.openembedded.org git at git.openembedded.org
Wed Mar 14 12:52:57 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1a93ad99eb4ce19b45e5f2b61902f1f2936bddff
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1a93ad99eb4ce19b45e5f2b61902f1f2936bddff

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Mar 13 11:30:17 2012 -0700

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
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../recipes-sato/owl-video-widget/owl-video_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-sato/owl-video-widget/owl-video_git.bb b/meta/recipes-sato/owl-video-widget/owl-video_git.bb
index 3ecb82e..bc63273 100644
--- a/meta/recipes-sato/owl-video-widget/owl-video_git.bb
+++ b/meta/recipes-sato/owl-video-widget/owl-video_git.bb
@@ -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"





More information about the Openembedded-commits mailing list