mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
7d242bcfc7
commit
6902dcd2ed
|
|
@ -3,11 +3,10 @@ SECTION = "console/utils"
|
|||
AUTHOR = "Werner Almesberger <werner@openmoko.org>"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://gpio.c;endline=12;md5=cfb91c686857b2e60852b4925d90a3e1"
|
||||
SRCREV = "4949"
|
||||
PV = "1.0+svnr${SRCPV}"
|
||||
PR = "r2"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
|
||||
SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
|
||||
SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/target/gpio"
|
||||
S = "${WORKDIR}/gpio"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
|
@ -3,10 +3,10 @@ SECTION = "console/utils"
|
|||
AUTHOR = "Werner Almesberger <werner@openmoko.org>"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7"
|
||||
SRCREV = "4949"
|
||||
PV = "1.0+svnr${SRCPV}"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
|
||||
SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
|
||||
SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/target/gpio"
|
||||
S = "${WORKDIR}/gpio"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
|
@ -3,13 +3,12 @@ SECTION = "devel"
|
|||
AUTHOR = "Harald Welte <laforge@openmoko.org>"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://parport.c;endline=19;md5=b5681091b0fd8c5f7068835c441bf0c8"
|
||||
SRCREV = "4268"
|
||||
PV = "0.1+svnr${SRCPV}"
|
||||
PR = "r1"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=sjf2410-linux;protocol=http \
|
||||
file://0001-ppt.c-Do-not-include-sys-io.h.patch \
|
||||
"
|
||||
SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
|
||||
SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/host/sjf2410-linux \
|
||||
file://0001-ppt.c-Do-not-include-sys-io.h.patch \
|
||||
"
|
||||
S = "${WORKDIR}/sjf2410-linux"
|
||||
|
||||
inherit native deploy
|
||||
|
|
@ -8,12 +8,12 @@ DEPENDS_class-native = "virtual/libusb0-native"
|
|||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
SRCREV = "3172"
|
||||
PV = "0.0+svnr${SRCPV}"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http \
|
||||
file://configure.patch"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
|
||||
SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/host/usbpath \
|
||||
file://configure.patch \
|
||||
"
|
||||
S = "${WORKDIR}/usbpath"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
@ -2,14 +2,13 @@ SUMMARY = "Atheros 6K Wifi configuration utility"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://wmiconfig.c;endline=19;md5=4394a56bca1c5b2446c9f8e406c82911"
|
||||
SECTION = "console/network"
|
||||
SRCREV = "5394"
|
||||
PV = "0.0.0+svnr${SRCPV}"
|
||||
PR = "r2"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http \
|
||||
file://0001-makefile-Pass-CFLAGS-to-compile.patch \
|
||||
file://0002-fix-err-API-to-have-format-string.patch \
|
||||
"
|
||||
SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
|
||||
SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/target/AR6kSDK.build_sw.18 \
|
||||
file://0001-makefile-Pass-CFLAGS-to-compile.patch \
|
||||
file://0002-fix-err-API-to-have-format-string.patch \
|
||||
"
|
||||
S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
Loading…
Reference in New Issue
Block a user