summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/samsung-soc-utils
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-02-20 18:52:34 +0100
committerKhem Raj <raj.khem@gmail.com>2020-02-20 15:32:27 -0800
commit6902dcd2edc3a08f6929e19e9a9c18493883f9d2 (patch)
tree9dade83f8956edcd0d812eb529aa3274eb89a56e /meta-oe/recipes-support/samsung-soc-utils
parent7d242bcfc77f00ce9acec6541a4f5711d8d4a51b (diff)
downloadmeta-openembedded-6902dcd2edc3a08f6929e19e9a9c18493883f9d2.tar.gz
s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig: use git fetcher instead of svn fetcher
* svn checkouts from http://svn.openmoko.org/ are now redirected to github: svn --non-interactive --trust-server-cert co --no-auth-cache --ignore-externals -r 4949 http://svn.openmoko.org/trunk/src/target/gpio@4949 gpio Redirecting to URL 'https://github.com/openmoko/openmoko-svn': A gpio/branches A gpio/branches/oe A gpio/branches/oe/pre-20070305 A gpio/branches/oe/pre-20070305/README A gpio/branches/oe/pre-20070305/classes A gpio/branches/oe/pre-20070305/classes/autotools.bbclass A gpio/branches/oe/pre-20070305/classes/base.bbclass A gpio/branches/oe/pre-20070305/classes/openmoko-base.bbclass A gpio/branches/oe/pre-20070305/classes/openmoko-panel-plugin.bbclass * unfortunately this is causing the checkout to start from trunk, not the subdirectory specified in the URL (e.g. /trunk/src/target/gpio) and then S variable points to incorrect directory as discussed here: http://lists.openembedded.org/pipermail/openembedded-devel/2020-February/205028.html * use git fetcher directly to remove the dependency on subversion-native * for simplicity use the same SRCREV and PV for all of these, there wasn't any commit in last 8 years (not anyone can expect new commits), I don't expect anyone nowadays actually using these recipes which I've imported from meta-smartphone in 2011 - that's why I will send their removal in follow-up commit. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/samsung-soc-utils')
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_git.bb (renamed from meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb)7
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb (renamed from meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb)6
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_git.bb (renamed from meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb)11
3 files changed, 11 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_git.bb
index 255754d5d1..98573a062c 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_git.bb
@@ -3,11 +3,10 @@ SECTION = "console/utils"
3AUTHOR = "Werner Almesberger <werner@openmoko.org>" 3AUTHOR = "Werner Almesberger <werner@openmoko.org>"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://gpio.c;endline=12;md5=cfb91c686857b2e60852b4925d90a3e1" 5LIC_FILES_CHKSUM = "file://gpio.c;endline=12;md5=cfb91c686857b2e60852b4925d90a3e1"
6SRCREV = "4949" 6PV = "1.0+git${SRCPV}"
7PV = "1.0+svnr${SRCPV}"
8PR = "r2"
9 7
10SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" 8SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
9SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/target/gpio"
11S = "${WORKDIR}/gpio" 10S = "${WORKDIR}/gpio"
12 11
13CLEANBROKEN = "1" 12CLEANBROKEN = "1"
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb
index 976a4f15ec..99781718c8 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_git.bb
@@ -3,10 +3,10 @@ SECTION = "console/utils"
3AUTHOR = "Werner Almesberger <werner@openmoko.org>" 3AUTHOR = "Werner Almesberger <werner@openmoko.org>"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7" 5LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7"
6SRCREV = "4949" 6PV = "1.0+git${SRCPV}"
7PV = "1.0+svnr${SRCPV}"
8 7
9SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" 8SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
9SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/target/gpio"
10S = "${WORKDIR}/gpio" 10S = "${WORKDIR}/gpio"
11 11
12CLEANBROKEN = "1" 12CLEANBROKEN = "1"
diff --git a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_git.bb
index 3a5172eecc..283740396b 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_git.bb
@@ -3,13 +3,12 @@ SECTION = "devel"
3AUTHOR = "Harald Welte <laforge@openmoko.org>" 3AUTHOR = "Harald Welte <laforge@openmoko.org>"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://parport.c;endline=19;md5=b5681091b0fd8c5f7068835c441bf0c8" 5LIC_FILES_CHKSUM = "file://parport.c;endline=19;md5=b5681091b0fd8c5f7068835c441bf0c8"
6SRCREV = "4268" 6PV = "1.0+git${SRCPV}"
7PV = "0.1+svnr${SRCPV}"
8PR = "r1"
9 7
10SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;protocol=http \ 8SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
11 file://0001-ppt.c-Do-not-include-sys-io.h.patch \ 9SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/host/sjf2410-linux \
12 " 10 file://0001-ppt.c-Do-not-include-sys-io.h.patch \
11"
13S = "${WORKDIR}/sjf2410-linux" 12S = "${WORKDIR}/sjf2410-linux"
14 13
15inherit native deploy 14inherit native deploy