summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/utouch
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-11-07 11:09:24 -0800
committerArmin Kuster <akuster808@gmail.com>2021-11-17 12:26:21 -0800
commit59bff77ad0b3a66417194670de25f60183a4f6bb (patch)
tree35f979cd0f44769b8eee775c0e61f35e0de03352 /meta-oe/recipes-support/utouch
parent7889158dcd187546fc5e99fd81d0779cad3e8d17 (diff)
downloadmeta-openembedded-59bff77ad0b3a66417194670de25f60183a4f6bb.tar.gz
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/utouch')
-rw-r--r--meta-oe/recipes-support/utouch/utouch-evemu_git.bb2
-rw-r--r--meta-oe/recipes-support/utouch/utouch-frame_git.bb2
-rw-r--r--meta-oe/recipes-support/utouch/utouch-mtview_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
index 7c5a734394..e1ec1fda8b 100644
--- a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
7 7
8inherit autotools 8inherit autotools
9 9
10SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http \ 10SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http;branch=master \
11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ 11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
12 " 12 "
13SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24" 13SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
index 1ebebfa9f5..5993956353 100644
--- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
@@ -9,7 +9,7 @@ DEPENDS += "mtdev utouch-evemu"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \ 12SRC_URI = "git://bitmath.org/git/frame.git;protocol=http;branch=master \
13 file://remove-man-page-creation.patch \ 13 file://remove-man-page-creation.patch \
14 file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \ 14 file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \
15 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ 15 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
index 5f07bf28ee..65edaf1e5b 100644
--- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -9,7 +9,7 @@ inherit autotools pkgconfig features_check
9# depends on virtual/libx11 9# depends on virtual/libx11
10REQUIRED_DISTRO_FEATURES = "x11" 10REQUIRED_DISTRO_FEATURES = "x11"
11 11
12SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http" 12SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http;branch=master"
13SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" 13SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
14 14
15DEPENDS += "mtdev utouch-frame utouch-evemu libx11" 15DEPENDS += "mtdev utouch-frame utouch-evemu libx11"