summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/owl-video-widget
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-13 11:30:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 13:03:10 +0000
commit57cde08c7058f13944a22629ca51241a250a0dfc (patch)
tree300544fa2f6733fc90608af31e1dd9f505b1eae8 /meta/recipes-sato/owl-video-widget
parent8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2 (diff)
downloadpoky-57cde08c7058f13944a22629ca51241a250a0dfc.tar.gz
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>
Diffstat (limited to 'meta/recipes-sato/owl-video-widget')
-rw-r--r--meta/recipes-sato/owl-video-widget/owl-video_git.bb4
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 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"
10 10
11SRCREV = "f133472318970796fae1ea3e98ac062156768baf" 11SRCREV = "f133472318970796fae1ea3e98ac062156768baf"
12PV = "0.1+git${SRCPV}" 12PV = "0.1+git${SRCPV}"
13PR = "r0" 13PR = "r1"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
@@ -39,3 +39,5 @@ do_install_append () {
39 install -d ${D}/${datadir}/applications 39 install -d ${D}/${datadir}/applications
40 install -m 0644 ${WORKDIR}/owl-video-widget.desktop ${D}/${datadir}/applications 40 install -m 0644 ${WORKDIR}/owl-video-widget.desktop ${D}/${datadir}/applications
41} 41}
42
43FILES_${PN} += "${datadir}/video"