KIRKSTONE: SRC_URI compatibility
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
parent
473cfb3d92
commit
a62a284e99
|
|
@ -6,7 +6,7 @@ HOMEPAGE = "http://www.sysdig.org/"
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f8fee3d59797546cffab04f3b88b2d44"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f8fee3d59797546cffab04f3b88b2d44"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/draios/sysdig.git;protocol=https"
|
SRC_URI = "git://github.com/draios/sysdig.git;protocol=https;branch=master"
|
||||||
SRCREV = "aa82b2fb329ea97a8ade31590954ddaa675e1728"
|
SRCREV = "aa82b2fb329ea97a8ade31590954ddaa675e1728"
|
||||||
|
|
||||||
PV = "0.24.2+git${SRCPV}"
|
PV = "0.24.2+git${SRCPV}"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ DEPENDS += "flex-native bison-native"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(stm32mpcommon)"
|
COMPATIBLE_MACHINE = "(stm32mpcommon)"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/u-boot/u-boot.git;protocol=https"
|
SRC_URI = "git://github.com/u-boot/u-boot.git;protocol=https;branch=master"
|
||||||
SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
|
SRCREV = "050acee119b3757fee3bd128f55d720fdd9bb890"
|
||||||
|
|
||||||
SRC_URI += "\
|
SRC_URI += "\
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ NO_GENERIC_LICENSE[svd-STMicro] = "data/STMicro/License.html"
|
||||||
|
|
||||||
inherit pkgconfig autotools-brokensep gettext
|
inherit pkgconfig autotools-brokensep gettext
|
||||||
|
|
||||||
SRC_URI = "git://github.com/posborne/cmsis-svd.git;protocol=https"
|
SRC_URI = "git://github.com/posborne/cmsis-svd.git;protocol=https;branch=master"
|
||||||
SRCREV = "2ab163c2aea83eb9b39c163856450089255ce4f2"
|
SRCREV = "2ab163c2aea83eb9b39c163856450089255ce4f2"
|
||||||
|
|
||||||
PV = "0.4+git${SRCPV}"
|
PV = "0.4+git${SRCPV}"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
require openocd-stm32mp.inc
|
require openocd-stm32mp.inc
|
||||||
|
|
||||||
SRC_URI_prepend = "git://repo.or.cz/openocd.git;name=openocd "
|
SRC_URI:prepend = "git://repo.or.cz/openocd.git;name=openocd;branch=master "
|
||||||
|
|
||||||
SRCREV_FORMAT = "openocd"
|
SRCREV_FORMAT = "openocd"
|
||||||
SRCREV_openocd = "a5e526d8575cf63fe11babec85c0798ac3f4ad74"
|
SRCREV_openocd = "a5e526d8575cf63fe11babec85c0798ac3f4ad74"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/libb64/libb64"
|
||||||
LICENSE = "PD"
|
LICENSE = "PD"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ce551aad762074c7ab618a0e07a8dca3"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ce551aad762074c7ab618a0e07a8dca3"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/libb64/libb64.git;protocol=https"
|
SRC_URI = "git://github.com/libb64/libb64.git;protocol=https;branch=master"
|
||||||
SRCREV="04a1ee7590ebb8a81bbd3854ec141c2d4c2bead9"
|
SRCREV="04a1ee7590ebb8a81bbd3854ec141c2d4c2bead9"
|
||||||
|
|
||||||
PV = "1.4.1+git${SRCPV}"
|
PV = "1.4.1+git${SRCPV}"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ DEPENDS += "libb64"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "bash"
|
RDEPENDS:${PN} = "bash"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/draios/sysdig.git;protocol=https"
|
SRC_URI = "git://github.com/draios/sysdig.git;protocol=https;branch=master"
|
||||||
SRCREV = "aa82b2fb329ea97a8ade31590954ddaa675e1728"
|
SRCREV = "aa82b2fb329ea97a8ade31590954ddaa675e1728"
|
||||||
|
|
||||||
PV = "0.24.2+git${SRCPV}"
|
PV = "0.24.2+git${SRCPV}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue