diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/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 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 | ||
11 | SRCREV = "f133472318970796fae1ea3e98ac062156768baf" | 11 | SRCREV = "f133472318970796fae1ea3e98ac062156768baf" |
12 | PV = "0.1+git${SRCPV}" | 12 | PV = "0.1+git${SRCPV}" |
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${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 | |||
43 | FILES_${PN} += "${datadir}/video" | ||