diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2020-02-20 18:52:34 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-20 15:32:27 -0800 |
commit | 6902dcd2edc3a08f6929e19e9a9c18493883f9d2 (patch) | |
tree | 9dade83f8956edcd0d812eb529aa3274eb89a56e /meta-oe/recipes-support/wmiconfig | |
parent | 7d242bcfc77f00ce9acec6541a4f5711d8d4a51b (diff) | |
download | meta-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/wmiconfig')
-rw-r--r-- | meta-oe/recipes-support/wmiconfig/wmiconfig_git.bb (renamed from meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_git.bb index c66572b1c..23273caf8 100644 --- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb +++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_git.bb | |||
@@ -2,14 +2,13 @@ SUMMARY = "Atheros 6K Wifi configuration utility" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://wmiconfig.c;endline=19;md5=4394a56bca1c5b2446c9f8e406c82911" | 3 | LIC_FILES_CHKSUM = "file://wmiconfig.c;endline=19;md5=4394a56bca1c5b2446c9f8e406c82911" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | SRCREV = "5394" | 5 | PV = "1.0+git${SRCPV}" |
6 | PV = "0.0.0+svnr${SRCPV}" | ||
7 | PR = "r2" | ||
8 | 6 | ||
9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http \ | 7 | SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1" |
10 | file://0001-makefile-Pass-CFLAGS-to-compile.patch \ | 8 | SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/target/AR6kSDK.build_sw.18 \ |
11 | file://0002-fix-err-API-to-have-format-string.patch \ | 9 | file://0001-makefile-Pass-CFLAGS-to-compile.patch \ |
12 | " | 10 | file://0002-fix-err-API-to-have-format-string.patch \ |
11 | " | ||
13 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" | 12 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" |
14 | 13 | ||
15 | CLEANBROKEN = "1" | 14 | CLEANBROKEN = "1" |