From 57cde08c7058f13944a22629ca51241a250a0dfc Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 13 Mar 2012 11:30:17 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-sato/owl-video-widget/owl-video_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-sato/owl-video-widget') 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 3ecb82e78b..bc63273641 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" -- cgit v1.2.3-54-g00ecf