diff options
Diffstat (limited to 'meta/recipes-sato/owl-video-widget')
-rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/owl-video-widget/owl-video_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_git.bb b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb index 62a4a7dccf..1b5d38cc02 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_git.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb @@ -17,7 +17,7 @@ PV = "0.1+git${SRCPV}" PR = "r3" -SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git" +SRC_URI = "git://git.yoctoproject.org/${BPN}" S = "${WORKDIR}/git" 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 ae083839f3..51c01492d2 100644 --- a/meta/recipes-sato/owl-video-widget/owl-video_git.bb +++ b/meta/recipes-sato/owl-video-widget/owl-video_git.bb @@ -14,7 +14,7 @@ PR = "r2" S = "${WORKDIR}/git" -SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ +SRC_URI = "git://git.yoctoproject.org/${BPN} \ file://owl-video-widget.png \ file://stock_media-play.png \ file://stock_volume-0.png \ |