aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-28 15:15:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 15:05:55 +0100
commit0a57bd226cdb8332707fa0f46fcf0b067f03701a (patch)
tree99a1cdcdaf132f6c2d15e351b8892a5135d7359e /meta/recipes-devtools
parent413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff)
downloadopenembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/installer/adt-installer_1.0.bb1
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb1
-rw-r--r--meta/recipes-devtools/opkg/opkg-nogpg_svn.bb2
-rw-r--r--meta/recipes-devtools/opkg/opkg_svn.bb1
-rw-r--r--meta/recipes-devtools/pkgconfig/pkgconfig_git.bb1
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb1
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb1
-rw-r--r--meta/recipes-devtools/qemu/qemu_git.bb2
-rw-r--r--meta/recipes-devtools/swabber/swabber-native_git.bb1
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb1
-rw-r--r--meta/recipes-devtools/ubootchart/ubootchart_svn.bb1
-rw-r--r--meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb1
12 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index b70fb9e8cf..4a3e4def79 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -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 \
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
index 8560f36c5b..0db6f802f3 100644
--- a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
+++ b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb
@@ -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"
diff --git a/meta/recipes-devtools/opkg/opkg-nogpg_svn.bb b/meta/recipes-devtools/opkg/opkg-nogpg_svn.bb
index e1b9f24cca..35f0581fa1 100644
--- a/meta/recipes-devtools/opkg/opkg-nogpg_svn.bb
+++ b/meta/recipes-devtools/opkg/opkg-nogpg_svn.bb
@@ -3,6 +3,8 @@ require opkg_svn.bb
DEPENDS = "curl"
PROVIDES += "opkg"
+SRCREV = "596"
+
EXTRA_OECONF += "--disable-gpg"
DEFAULT_PREFERENCE = "-1"
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb
index d8af823c7c..5664a09e1f 100644
--- a/meta/recipes-devtools/opkg/opkg_svn.bb
+++ b/meta/recipes-devtools/opkg/opkg_svn.bb
@@ -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"
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
index 73acb9e14a..6aa7f6d7dc 100644
--- a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+++ b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index 55dab8aaae..44aac2d863 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 8fe311082d..d15eb155d1 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -1,5 +1,6 @@
require pseudo.inc
+SRCREV = "5434325fc887817ebb2bad36313d8277992cef1d"
PV = "1.0+git${SRCPV}"
PR = "r18"
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb
index c0d43c0eca..47d5f88420 100644
--- a/meta/recipes-devtools/qemu/qemu_git.bb
+++ b/meta/recipes-devtools/qemu/qemu_git.bb
@@ -1,5 +1,7 @@
require qemu.inc
+SRCREV = "72bb3c7571226af13cfe9eec020a56add3d30a70"
+
PV = "0.12.4"
PR = "r12"
diff --git a/meta/recipes-devtools/swabber/swabber-native_git.bb b/meta/recipes-devtools/swabber/swabber-native_git.bb
index 28d6b6d55a..5bfe87ff97 100644
--- a/meta/recipes-devtools/swabber/swabber-native_git.bb
+++ b/meta/recipes-devtools/swabber/swabber-native_git.bb
@@ -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"
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb
index 6f06a9c547..f18dbe2331 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb
@@ -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"
diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
index c16be822da..7343e9083b 100644
--- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
+++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb
@@ -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"
diff --git a/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb b/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb
index 6171fe55bd..c729c7cddd 100644
--- a/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb
+++ b/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb
@@ -1,3 +1,4 @@
require yaffs2-utils.inc
PR = "r1"
+SRCDAT = "20071107"