summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/owl-video-widget/owl-video_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/owl-video-widget/owl-video_git.bb')
-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"