diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-13 16:40:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:00:47 +0000 |
commit | 07616497363aeac1a5f02aa0f80ab663cff0aa71 (patch) | |
tree | ea2753743fefa76c451385976a9aa42f2298d405 /meta/recipes-devtools | |
parent | c3b3a681f7cc50f02294c6e6a07100c75fbca124 (diff) | |
download | poky-07616497363aeac1a5f02aa0f80ab663cff0aa71.tar.gz |
recipes: bump PR to rebuild .la files without libz.la
(From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils_2.22.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/file/file_5.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-gst_0.10.22.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_2.27.91.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.7.2.bb | 2 |
6 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-devtools/binutils/binutils_2.22.bb b/meta/recipes-devtools/binutils/binutils_2.22.bb index f9827d3ec7..8b058fe1e1 100644 --- a/meta/recipes-devtools/binutils/binutils_2.22.bb +++ b/meta/recipes-devtools/binutils/binutils_2.22.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require binutils.inc | 1 | require binutils.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r5" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM="\ | 5 | LIC_FILES_CHKSUM="\ |
6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ | 6 | file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ |
diff --git a/meta/recipes-devtools/file/file_5.10.bb b/meta/recipes-devtools/file/file_5.10.bb index 1bf1b61a51..db247a700b 100644 --- a/meta/recipes-devtools/file/file_5.10.bb +++ b/meta/recipes-devtools/file/file_5.10.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 | |||
10 | 10 | ||
11 | DEPENDS = "zlib file-native" | 11 | DEPENDS = "zlib file-native" |
12 | DEPENDS_virtclass-native = "zlib-native" | 12 | DEPENDS_virtclass-native = "zlib-native" |
13 | PR = "r0" | 13 | PR = "r1" |
14 | 14 | ||
15 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | 15 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ |
16 | file://fix_version_check.patch \ | 16 | file://fix_version_check.patch \ |
diff --git a/meta/recipes-devtools/python/python-gst_0.10.22.bb b/meta/recipes-devtools/python/python-gst_0.10.22.bb index baadd41c40..7bd6d0671c 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.22.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.22.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" | 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" |
5 | RDEPENDS_${PN} += "python-pygtk" | 5 | RDEPENDS_${PN} += "python-pygtk" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ |
9 | file://python-path.patch" | 9 | file://python-path.patch" |
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb index efc06b45c8..d79ab2f908 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb +++ b/meta/recipes-devtools/python/python-pygobject_2.27.91.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | |||
5 | DEPENDS = "python python-pygobject-native glib-2.0" | 5 | DEPENDS = "python python-pygobject-native glib-2.0" |
6 | DEPENDS_virtclass-native = "glib-2.0-native" | 6 | DEPENDS_virtclass-native = "glib-2.0-native" |
7 | RDEPENDS_virtclass-native = "" | 7 | RDEPENDS_virtclass-native = "" |
8 | PR = "r3" | 8 | PR = "r4" |
9 | 9 | ||
10 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 10 | MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
11 | 11 | ||
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index 83ee89053e..2c26d9a1a7 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb | |||
@@ -45,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
45 | DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" | 45 | DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" |
46 | extrarpmdeps = "python perl" | 46 | extrarpmdeps = "python perl" |
47 | extrarpmdeps_virtclass-native = "file-native" | 47 | extrarpmdeps_virtclass-native = "file-native" |
48 | PR = "r29" | 48 | PR = "r30" |
49 | 49 | ||
50 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed | 50 | # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed |
51 | # in order to extract the distribution SRPM into a format we can extract... | 51 | # in order to extract the distribution SRPM into a format we can extract... |
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb index 23e21327e4..a8d4f2226e 100644 --- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb +++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb | |||
@@ -7,6 +7,8 @@ HOMEPAGE = "http://subversion.tigris.org" | |||
7 | 7 | ||
8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
9 | 9 | ||
10 | PR = "r1" | ||
11 | |||
10 | # negative, because of new checkout format in 1.7.0 | 12 | # negative, because of new checkout format in 1.7.0 |
11 | # and distro PREMIRRORs need to be in sync with users | 13 | # and distro PREMIRRORs need to be in sync with users |
12 | DEFAULT_PREFERENCE = "-1" | 14 | DEFAULT_PREFERENCE = "-1" |