summaryrefslogtreecommitdiffstats
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:06:36 +0100
commit61018fda65fcb7a08d74b57abfe8e8809fcdaae0 (patch)
tree49e4f016b760d9ba0431e79cfd97e027e30ae53e /meta/recipes-devtools
parentb5adb300dda792d128e9d1a7c33646437dbe73e4 (diff)
downloadpoky-61018fda65fcb7a08d74b57abfe8e8809fcdaae0.tar.gz
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>
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"
40 40
41inherit deploy 41inherit deploy
42 42
43SRCREV = "596"
43PV = "0.1.8+svnr${SRCPV}" 44PV = "0.1.8+svnr${SRCPV}"
44SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ 45SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
45 file://wget_cache.patch \ 46 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 \
7 file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" 7 file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083"
8RDEPENDS_${PN} = "python" 8RDEPENDS_${PN} = "python"
9RDEPENDS_${PN}_virtclass-native = "" 9RDEPENDS_${PN}_virtclass-native = ""
10SRCREV = "4747"
10PV = "0.1.8+svnr${SRCPV}" 11PV = "0.1.8+svnr${SRCPV}"
11PR = "r2" 12PR = "r2"
12 13
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
3DEPENDS = "curl" 3DEPENDS = "curl"
4PROVIDES += "opkg" 4PROVIDES += "opkg"
5 5
6SRCREV = "596"
7
6EXTRA_OECONF += "--disable-gpg" 8EXTRA_OECONF += "--disable-gpg"
7 9
8DEFAULT_PREFERENCE = "-1" 10DEFAULT_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 \
15 15
16S = "${WORKDIR}/trunk" 16S = "${WORKDIR}/trunk"
17 17
18SRCREV = "596"
18PV = "0.1.8+svnr${SRCPV}" 19PV = "0.1.8+svnr${SRCPV}"
19PR = "r2" 20PR = "r2"
20 21
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 \
6 6
7S = "${WORKDIR}/git/" 7S = "${WORKDIR}/git/"
8 8
9SRCREV = "66d49f1375fec838bcd301bb4ca2ef76cee0e47c"
9PV = "0.23+git${SRCPV}" 10PV = "0.23+git${SRCPV}"
10 11
11DEFAULT_PREFERENCE = "-1" 12DEFAULT_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 \
7runtime and thus programs come up faster." 7runtime and thus programs come up faster."
8LICENSE = "GPLv2" 8LICENSE = "GPLv2"
9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" 9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
10SRCREV = "909470ee441237563d6236c505cb2d02ddc48704"
10PV = "1.0+git${SRCPV}" 11PV = "1.0+git${SRCPV}"
11PR = "r2" 12PR = "r2"
12 13
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 @@
1require pseudo.inc 1require pseudo.inc
2 2
3SRCREV = "5434325fc887817ebb2bad36313d8277992cef1d"
3PV = "1.0+git${SRCPV}" 4PV = "1.0+git${SRCPV}"
4PR = "r18" 5PR = "r18"
5 6
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 @@
1require qemu.inc 1require qemu.inc
2 2
3SRCREV = "72bb3c7571226af13cfe9eec020a56add3d30a70"
4
3PV = "0.12.4" 5PV = "0.12.4"
4PR = "r12" 6PR = "r12"
5 7
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"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
5 5
6SRCREV = "a0792390c5d6d5a5bade7ab155c80eef3f30fa52"
6PV = "0.0+git${SRCPV}" 7PV = "0.0+git${SRCPV}"
7PR = "r0" 8PR = "r0"
8 9
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"
6LIC_FILES_CHKSUM = "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f \ 6LIC_FILES_CHKSUM = "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f \
7 file://../agent/edl-v10.html;md5=522a390a83dc186513f0500543ad3679" 7 file://../agent/edl-v10.html;md5=522a390a83dc186513f0500543ad3679"
8 8
9SRCREV = "1078"
9PV = "0.3.0+svnr${SRCPV}" 10PV = "0.3.0+svnr${SRCPV}"
10PR = "r0" 11PR = "r0"
11 12
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"
2HOMEPAGE = "http://code.google.com/p/ubootchart/" 2HOMEPAGE = "http://code.google.com/p/ubootchart/"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
5SRCREV = "10"
5PV = "0.0+r${SRCPV}" 6PV = "0.0+r${SRCPV}"
6PR = "r5" 7PR = "r5"
7 8
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 @@
1require yaffs2-utils.inc 1require yaffs2-utils.inc
2PR = "r1" 2PR = "r1"
3 3
4SRCDAT = "20071107"