summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-10-31 11:25:45 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-01 15:30:48 +0100
commit191499a2b54d04855284347ce5a067f998646be4 (patch)
tree47a52e3970dcb1d560b63cc04f0bc1e899093358 /meta-oe
parent8efa63e1a846a015bec57d8f4ba6054c5ec96d39 (diff)
downloadmeta-openembedded-191499a2b54d04855284347ce5a067f998646be4.tar.gz
recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb1
-rw-r--r--meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb1
-rw-r--r--meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb1
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb1
-rw-r--r--meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb1
-rw-r--r--meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb1
-rw-r--r--meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-dateutil_1.5.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb1
-rw-r--r--meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb1
-rw-r--r--meta-oe/recipes-extended/zsh/zsh.inc1
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb1
-rw-r--r--meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb1
-rw-r--r--meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb1
-rw-r--r--meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb1
-rw-r--r--meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb1
-rw-r--r--meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb1
-rw-r--r--meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb1
-rw-r--r--meta-oe/recipes-support/ccid/ccid_1.4.8.bb1
-rw-r--r--meta-oe/recipes-support/ckermit/ckermit_301.bb1
-rw-r--r--meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb1
-rw-r--r--meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb1
-rw-r--r--meta-oe/recipes-support/mini-iconv/mini-iconv.bb1
-rw-r--r--meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb1
-rw-r--r--meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb1
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb1
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb1
-rw-r--r--meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb1
28 files changed, 0 insertions, 28 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
index c1cac1e3d..b9934941c 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
@@ -8,7 +8,6 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
8inherit update-rc.d 8inherit update-rc.d
9INITSCRIPT_NAME = "hostapd" 9INITSCRIPT_NAME = "hostapd"
10 10
11PR = "r0"
12 11
13DEFAULT_PREFERENCE = "-1" 12DEFAULT_PREFERENCE = "-1"
14 13
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
index 0302aad07..f4ea80067 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.5.bb
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "\
12 file://src/ptp.c;beginline=3;endline=22;md5=dafe6cfd1782f56471bb94ab06624c1f \ 12 file://src/ptp.c;beginline=3;endline=22;md5=dafe6cfd1782f56471bb94ab06624c1f \
13 file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \ 13 file://examples/albums.c;beginline=5;endline=21;md5=84f4e55dfec49e898b7f68a828c15620 \
14" 14"
15PR = "r0"
16 15
17DEPENDS += "libusb1" 16DEPENDS += "libusb1"
18 17
diff --git a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb b/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb
index 1020fd2c4..7392b2af0 100644
--- a/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb
+++ b/meta-oe/recipes-connectivity/libnet/libnet_1.1.5.bb
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://README;md5=533bea47338d490e86744c6a0c5692e7"
7DEPENDS = "libpcap" 7DEPENDS = "libpcap"
8# There are major API changes beween libnet v1.0 and libnet v1.1 8# There are major API changes beween libnet v1.0 and libnet v1.1
9PROVIDES = "libnet-1.1" 9PROVIDES = "libnet-1.1"
10PR = "r0"
11 10
12SRC_URI = "${SOURCEFORGE_MIRROR}/libnet-dev/${PN}-${PV}.tar.gz \ 11SRC_URI = "${SOURCEFORGE_MIRROR}/libnet-dev/${PN}-${PV}.tar.gz \
13 file://fix-endianess-test.patch" 12 file://fix-endianess-test.patch"
diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
index 60a5425e2..c05595c44 100644
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
@@ -3,7 +3,6 @@ DEPENDS = "ppp udev glib-2.0"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6PR = "r0"
7 6
8inherit gnome gettext 7inherit gnome gettext
9 8
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
index 8288dfb54..78dfce6b7 100644
--- a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
+++ b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "http://fakeroot.alioth.debian.org"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
6PR = "r0"
7 6
8SRC_URI = "\ 7SRC_URI = "\
9 ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \ 8 ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \
diff --git a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
index c96723f67..5baaecc34 100644
--- a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
+++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb
@@ -1,6 +1,5 @@
1require autoconf-archive.inc 1require autoconf-archive.inc
2 2
3PR = "r0"
4 3
5PARALLEL_MAKE = "" 4PARALLEL_MAKE = ""
6 5
diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
index e0ae1e674..da24dde4a 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
@@ -6,7 +6,6 @@ BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://INSTALL;md5=fd3fffde3e364ca1fb46c81b741a766a" 7LIC_FILES_CHKSUM = "file://INSTALL;md5=fd3fffde3e364ca1fb46c81b741a766a"
8 8
9PR = "r0"
10 9
11SRC_URI = "${SOURCEFORGE_MIRROR}/project/log4cplus/log4cplus-stable/${PV}/log4cplus-${PV}.tar.gz" 10SRC_URI = "${SOURCEFORGE_MIRROR}/project/log4cplus/log4cplus-stable/${PV}/log4cplus-${PV}.tar.gz"
12 11
diff --git a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb
index 6e105245a..906fcd868 100644
--- a/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb
+++ b/meta-oe/recipes-devtools/python/python-dateutil_1.5.bb
@@ -4,7 +4,6 @@ SECTION = "devel/python"
4LICENSE = "PSF" 4LICENSE = "PSF"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6"
6SRCNAME = "${PN}" 6SRCNAME = "${PN}"
7PR = "r0"
8 7
9SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz" 8SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz"
10S = "${WORKDIR}/${SRCNAME}-${PV}" 9S = "${WORKDIR}/${SRCNAME}-${PV}"
diff --git a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb
index 0d4c1e4ae..05479db45 100644
--- a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb
+++ b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb
@@ -3,4 +3,3 @@ inherit native pythonnative
3 3
4DEPENDS = "python-native" 4DEPENDS = "python-native"
5RDEPENDS_${PN} = "" 5RDEPENDS_${PN} = ""
6PR = "r0"
diff --git a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
index 09c9312b9..43b4b7efa 100644
--- a/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
+++ b/meta-oe/recipes-devtools/python/python-sqlalchemy_0.7.9.bb
@@ -4,7 +4,6 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=baffc5e5f4804c92fc9be155fed70d41" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=baffc5e5f4804c92fc9be155fed70d41"
6RDEPENDS_${PN} += "python-numbers" 6RDEPENDS_${PN} += "python-numbers"
7PR = "r0"
8 7
9SRCNAME = "SQLAlchemy" 8SRCNAME = "SQLAlchemy"
10SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "${SOURCEFORGE_MIRROR}/sqlalchemy/${SRCNAME}-${PV}.tar.gz"
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 55812213a..03201d68c 100644
--- a/meta-oe/recipes-extended/zsh/zsh.inc
+++ b/meta-oe/recipes-extended/zsh/zsh.inc
@@ -2,7 +2,6 @@ DESCRIPTION = "UNIX Shell similar to the Korn shell"
2HOMEPAGE="http://www.zsh.org" 2HOMEPAGE="http://www.zsh.org"
3SECTION = "base/shell" 3SECTION = "base/shell"
4 4
5PR = "r0"
6 5
7LICENSE = "ZSH" 6LICENSE = "ZSH"
8LIC_FILES_CHKSUM = "file://LICENCE;md5=ad234d4b46db63491c4a9789da4fb341" 7LIC_FILES_CHKSUM = "file://LICENCE;md5=ad234d4b46db63491c4a9789da4fb341"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
index 5e86180ee..4c1170077 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb
@@ -4,7 +4,6 @@ DESCRIPTION = "Inconsolata font - TTF Version"
4HOMEPAGE = "http://www.levien.com/type/myfonts/inconsolata.html" 4HOMEPAGE = "http://www.levien.com/type/myfonts/inconsolata.html"
5LICENSE = "OFL-1.1" 5LICENSE = "OFL-1.1"
6LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed" 6LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed"
7PR = "r0"
8 7
9SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \ 8SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \
10 file://OFL.txt" 9 file://OFL.txt"
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb
index 0397fb2f5..031cddf2b 100644
--- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb
+++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb
@@ -1,6 +1,5 @@
1require recipes-graphics/xorg-driver/xorg-driver-input.inc 1require recipes-graphics/xorg-driver/xorg-driver-input.inc
2DESCRIPTION = "X.Org X server -- multitouch input driver" 2DESCRIPTION = "X.Org X server -- multitouch input driver"
3PR = "r0"
4LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543"
6 5
diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb
index 5b0c74002..bf7cdfb7a 100644
--- a/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb
+++ b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb
@@ -7,7 +7,6 @@ SECTION = "libs"
7LICENSE = "LGPLv2 & GPLv2" 7LICENSE = "LGPLv2 & GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
9 file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" 9 file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
10PR = "r0"
11 10
12SRC_URI = "http://www.68k.org/~michael/audiofile/${PN}-${PV}.tar.gz" 11SRC_URI = "http://www.68k.org/~michael/audiofile/${PN}-${PV}.tar.gz"
13SRC_URI[md5sum] = "a39be317a7b1971b408805dc5e371862" 12SRC_URI[md5sum] = "a39be317a7b1971b408805dc5e371862"
diff --git a/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb b/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb
index 4a387b5c1..a0305fb60 100644
--- a/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb
+++ b/meta-oe/recipes-navigation/geoclue/geoclue_2.0.0.bb
@@ -8,7 +8,6 @@ SECTION = "console/network"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd" 9LIC_FILES_CHKSUM = "file://COPYING;md5=8114b83a0435d8136b47bd70111ce5cd"
10 10
11PR = "r0"
12DEPENDS = "glib-2.0 dbus dbus-glib json-glib libsoup-2.4" 11DEPENDS = "glib-2.0 dbus dbus-glib json-glib libsoup-2.4"
13 12
14inherit autotools pkgconfig gtk-doc 13inherit autotools pkgconfig gtk-doc
diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
index c31261a4c..c466a3dd7 100644
--- a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -7,7 +7,6 @@ LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8SECTION = "qt/app" 8SECTION = "qt/app"
9 9
10PR = "r0"
11 10
12inherit qt4x11 pkgconfig 11inherit qt4x11 pkgconfig
13 12
diff --git a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb
index 65a27319f..2288c4f97 100644
--- a/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb
+++ b/meta-oe/recipes-qt/libconnman-qt/libconnman-qt_1.0.7.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f72405080
5 5
6SECTION = "qt/lib" 6SECTION = "qt/lib"
7 7
8PR = "r0"
9 8
10inherit qt4x11 pkgconfig 9inherit qt4x11 pkgconfig
11 10
diff --git a/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb b/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
index 617319ab1..201321f1d 100644
--- a/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
+++ b/meta-oe/recipes-qt/qextserialport/qextserialport_1.2rc.bb
@@ -4,7 +4,6 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b866a28cda707ec714878bd933f46251" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=b866a28cda707ec714878bd933f46251"
5SECTION = "qt/libs" 5SECTION = "qt/libs"
6 6
7PR = "r0"
8 7
9# 1.2rc as version will sort lower then 1.2 when it's released 8# 1.2rc as version will sort lower then 1.2 when it's released
10REAL_PV = "1.2rc" 9REAL_PV = "1.2rc"
diff --git a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
index 857675373..5524f9ee9 100644
--- a/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
+++ b/meta-oe/recipes-support/ccid/ccid_1.4.8.bb
@@ -2,7 +2,6 @@ DESCRIPTION = "Generic USB CCID smart card reader driver"
2HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html" 2HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html"
3LICENSE = "LGPLv2.1+" 3LICENSE = "LGPLv2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
5PR = "r0"
6 5
7DEPENDS = "virtual/libusb0 pcsc-lite" 6DEPENDS = "virtual/libusb0 pcsc-lite"
8RDEPENDS_${PN} = "pcsc-lite" 7RDEPENDS_${PN} = "pcsc-lite"
diff --git a/meta-oe/recipes-support/ckermit/ckermit_301.bb b/meta-oe/recipes-support/ckermit/ckermit_301.bb
index c46369fe9..b255f5e7e 100644
--- a/meta-oe/recipes-support/ckermit/ckermit_301.bb
+++ b/meta-oe/recipes-support/ckermit/ckermit_301.bb
@@ -8,7 +8,6 @@ SECTION = "console/network"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3" 9LIC_FILES_CHKSUM = "file://COPYING.TXT;md5=932ca542d6c6cb8a59a0bcd76ab67cc3"
10SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}" 10SRC_URI = "ftp://kermit.columbia.edu/kermit/archives/cku${PV}.tar.gz;subdir=${BPN}-${PV}"
11PR = "r0"
12 11
13export CC2 = "${CC}" 12export CC2 = "${CC}"
14export BINDIR = "${bindir}" 13export BINDIR = "${bindir}"
diff --git a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb b/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
index 1dbac295d..f82991b72 100644
--- a/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
+++ b/meta-oe/recipes-support/eventlog/eventlog_0.2.12.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "Replacement syslog API" 1DESCRIPTION = "Replacement syslog API"
2LICENSE = "BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b8ba8e77bcda9a53fac0fe39fe957767"
4PR = "r0"
5 4
6SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/${PN}_${PV}.tar.gz" 5SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/${PN}_${PV}.tar.gz"
7 6
diff --git a/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb b/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
index 97bc3ea78..ce30beaf8 100644
--- a/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
+++ b/meta-oe/recipes-support/libdbi/libdbi-drivers_0.8.3-1.bb
@@ -1,6 +1,5 @@
1require ${PN}.inc 1require ${PN}.inc
2 2
3PR = "r0"
4 3
5SRC_URI[md5sum] = "4de79b323162a5a7652b65b608eca6cd" 4SRC_URI[md5sum] = "4de79b323162a5a7652b65b608eca6cd"
6SRC_URI[sha256sum] = "4ab9944398ce769c0deeb64d2f73555c67bc25ccd2ade1ccf552226c7b2acf72" 5SRC_URI[sha256sum] = "4ab9944398ce769c0deeb64d2f73555c67bc25ccd2ade1ccf552226c7b2acf72"
diff --git a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
index 56260975d..93a4f4e8f 100644
--- a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
+++ b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
@@ -7,7 +7,6 @@ LICENSE = "MPL-1.1"
7SECTION = "libs" 7SECTION = "libs"
8DEPENDS = "" 8DEPENDS = ""
9PROVIDES = "virtual/libiconv" 9PROVIDES = "virtual/libiconv"
10PR = "r0"
11LIC_FILES_CHKSUM = "file://iconv.c;beginline=1;endline=6;md5=35af9d9924327fe8a0a1fe3a2cb454c8" 10LIC_FILES_CHKSUM = "file://iconv.c;beginline=1;endline=6;md5=35af9d9924327fe8a0a1fe3a2cb454c8"
12SRC_URI = "http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/mini-iconv.tar.bz2" 11SRC_URI = "http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/mini-iconv.tar.bz2"
13SRC_URI[md5sum] = "84412221e26505a2b3855d4a1cdcd0e0" 12SRC_URI[md5sum] = "84412221e26505a2b3855d4a1cdcd0e0"
diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
index 678f17c06..1178e90cb 100644
--- a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
+++ b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7DEPENDS = "mysql5" 7DEPENDS = "mysql5"
8 8
9PR = "r0"
10SRCNAME = "MySQL-python" 9SRCNAME = "MySQL-python"
11 10
12SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \ 11SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \
diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
index a0dbef468..168395fca 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
@@ -5,7 +5,6 @@ LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7" 5LIC_FILES_CHKSUM = "file://gpio-s3c6410.c;endline=12;md5=060cda1be945ad9194593f11d56d55c7"
6SRCREV = "4949" 6SRCREV = "4949"
7PV = "1.0+svnr${SRCPV}" 7PV = "1.0+svnr${SRCPV}"
8PR = "r0"
9 8
10SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" 9SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
11S = "${WORKDIR}/gpio" 10S = "${WORKDIR}/gpio"
diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index ed87a141c..5d89b6479 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
5SECTION = "console/network" 5SECTION = "console/network"
6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" 6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8PR = "r0"
9 8
10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" 9SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
11S = "${WORKDIR}/git/tools/serial_forward" 10S = "${WORKDIR}/git/tools/serial_forward"
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index 240597ce0..9d7b990e0 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
5SECTION = "console/devel" 5SECTION = "console/devel"
6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" 6SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8PR = "r0"
9 8
10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" 9SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
11S = "${WORKDIR}/git/tools/serial_forward" 10S = "${WORKDIR}/git/tools/serial_forward"
diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
index 06db8c488..c31eae10f 100644
--- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
+++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://utils/start-stop-daemon.c;md5=a963623e4588f70122865aa
5# start-stop-daemon is usually shipped by dpkg 5# start-stop-daemon is usually shipped by dpkg
6DEPENDS = "ncurses" 6DEPENDS = "ncurses"
7RCONFLICS_${PN} = "dpkg" 7RCONFLICS_${PN} = "dpkg"
8PR = "r0"
9 8
10SRC_URI = "http://sources.openembedded.org/dpkg_${PV}.tar.bz2" 9SRC_URI = "http://sources.openembedded.org/dpkg_${PV}.tar.bz2"
11SRC_URI[md5sum] = "d211a84f38987771a49ad1c0f144334a" 10SRC_URI[md5sum] = "d211a84f38987771a49ad1c0f144334a"