mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -40,6 +40,7 @@ S = "${WORKDIR}/trunk"
|
||||
|
||||
inherit deploy
|
||||
|
||||
SRCREV = "596"
|
||||
PV = "0.1.8+svnr${SRCPV}"
|
||||
SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
|
||||
file://wget_cache.patch \
|
||||
|
||||
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
|
||||
RDEPENDS_${PN} = "python"
|
||||
RDEPENDS_${PN}_virtclass-native = ""
|
||||
SRCREV = "4747"
|
||||
PV = "0.1.8+svnr${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ require opkg_svn.bb
|
||||
DEPENDS = "curl"
|
||||
PROVIDES += "opkg"
|
||||
|
||||
SRCREV = "596"
|
||||
|
||||
EXTRA_OECONF += "--disable-gpg"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -15,6 +15,7 @@ SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
|
||||
SRCREV = "596"
|
||||
PV = "0.1.8+svnr${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ SRC_URI = "git://anongit.freedesktop.org/pkg-config;protocol=git \
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
|
||||
SRCREV = "66d49f1375fec838bcd301bb4ca2ef76cee0e47c"
|
||||
PV = "0.23+git${SRCPV}"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -7,6 +7,7 @@ and executables, so that far fewer relocations need to be resolved at \
|
||||
runtime and thus programs come up faster."
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
|
||||
SRCREV = "909470ee441237563d6236c505cb2d02ddc48704"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
PR = "r2"
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
require pseudo.inc
|
||||
|
||||
SRCREV = "5434325fc887817ebb2bad36313d8277992cef1d"
|
||||
PV = "1.0+git${SRCPV}"
|
||||
PR = "r18"
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
require qemu.inc
|
||||
|
||||
SRCREV = "72bb3c7571226af13cfe9eec020a56add3d30a70"
|
||||
|
||||
PV = "0.12.4"
|
||||
PR = "r12"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/swabber"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
|
||||
SRCREV = "a0792390c5d6d5a5bade7ab155c80eef3f30fa52"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ LICENSE = "EPLv1.0 | EDLv1.0"
|
||||
LIC_FILES_CHKSUM = "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f \
|
||||
file://../agent/edl-v10.html;md5=522a390a83dc186513f0500543ad3679"
|
||||
|
||||
SRCREV = "1078"
|
||||
PV = "0.3.0+svnr${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ DESCRIPTION = "A boot profiling tool"
|
||||
HOMEPAGE = "http://code.google.com/p/ubootchart/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
||||
SRCREV = "10"
|
||||
PV = "0.0+r${SRCPV}"
|
||||
PR = "r5"
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
require yaffs2-utils.inc
|
||||
PR = "r1"
|
||||
|
||||
SRCDAT = "20071107"
|
||||
|
||||
Reference in New Issue
Block a user