[oe-commits] Martin Jansa : recipes: don't use INC_PR in recipes which weren' t converted to include .inc (added INC_PR definition there - ugly)

git version control git at git.openembedded.org
Mon Apr 12 14:51:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0a2d1e13ec1cc334aaa5dfd6be7a668723388279
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0a2d1e13ec1cc334aaa5dfd6be7a668723388279

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 12 16:17:23 2010 +0200

recipes: don't use INC_PR in recipes which weren't converted to include .inc (added INC_PR definition there - ugly)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/cherokee/cherokee_0.4.29.bb       |    1 +
 recipes/cups/cups_1.1.23.bb               |    1 +
 recipes/cups/cups_1.2.7.bb                |    1 +
 recipes/libgpg-error/libgpg-error_0.6.bb  |    1 +
 recipes/xscreensaver/xscreensaver_4.16.bb |    1 +
 recipes/xscreensaver/xscreensaver_4.22.bb |    1 +
 6 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/cherokee/cherokee_0.4.29.bb b/recipes/cherokee/cherokee_0.4.29.bb
index a2c43e3..8081fd7 100644
--- a/recipes/cherokee/cherokee_0.4.29.bb
+++ b/recipes/cherokee/cherokee_0.4.29.bb
@@ -8,6 +8,7 @@ SRC_URI = "http://www.0x50.org/download/0.4/${PV}/${P}.tar.gz \
 	  file://Makefile.in.patch;patch=1 \
 	  file://Makefile.cget.patch;patch=1 \
 	  file://util.patch;patch=1"
+INC_PR = "r7"
 PR = "${INC_PR}.0"
 
 inherit autotools
diff --git a/recipes/cups/cups_1.1.23.bb b/recipes/cups/cups_1.1.23.bb
index bc1053c..625d97d 100644
--- a/recipes/cups/cups_1.1.23.bb
+++ b/recipes/cups/cups_1.1.23.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "An Internet printing system for Unix."
 SECTION = "console/utils"
 LICENSE = "GPL LGPL"
 DEPENDS = "openssl jpeg libpng zlib fakeroot-native"
+INC_PR = "r7"
 PR = "${INC_PR}.1"
 
 SRC_URI = "ftp://ftp3.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
diff --git a/recipes/cups/cups_1.2.7.bb b/recipes/cups/cups_1.2.7.bb
index 7084032..28dd3c5 100644
--- a/recipes/cups/cups_1.2.7.bb
+++ b/recipes/cups/cups_1.2.7.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "An Internet printing system for Unix."
 SECTION = "console/utils"
 LICENSE = "GPL LGPL"
 DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib fakeroot-native"
+INC_PR = "r7"
 PR = "${INC_PR}.1"
 
 SRC_URI = "ftp://ftp3.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
diff --git a/recipes/libgpg-error/libgpg-error_0.6.bb b/recipes/libgpg-error/libgpg-error_0.6.bb
index 69577e0..47e1ca6 100644
--- a/recipes/libgpg-error/libgpg-error_0.6.bb
+++ b/recipes/libgpg-error/libgpg-error_0.6.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "GPG-Error library"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL LGPL FDL"
+INC_PR = "r7"
 PR = "${INC_PR}.1"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/libgpg-error-${PV}.tar.gz"
diff --git a/recipes/xscreensaver/xscreensaver_4.16.bb b/recipes/xscreensaver/xscreensaver_4.16.bb
index e72ce92..75ee422 100644
--- a/recipes/xscreensaver/xscreensaver_4.16.bb
+++ b/recipes/xscreensaver/xscreensaver_4.16.bb
@@ -7,6 +7,7 @@ HOMEPAGE = "http://www.jwz.org/xscreensaver/"
 SECTION = "x11-misc"
 LICENSE = "BSD"
 DEPENDS = "intltool virtual/libx11 gtk+ libxml2 libglade"
+INC_PR = "r4"
 PR = "${INC_PR}.0"
 
 BROKEN = "1"
diff --git a/recipes/xscreensaver/xscreensaver_4.22.bb b/recipes/xscreensaver/xscreensaver_4.22.bb
index 1d184e9..bd03c6f 100644
--- a/recipes/xscreensaver/xscreensaver_4.22.bb
+++ b/recipes/xscreensaver/xscreensaver_4.22.bb
@@ -8,6 +8,7 @@ SECTION = "x11-misc"
 LICENSE = "BSD"
 DEPENDS = "intltool virtual/libx11 gtk+ libxml2 libglade"
 
+INC_PR = "r4"
 PR = "${INC_PR}.0"
 
 SRC_URI = "http://www.jwz.org/xscreensaver/xscreensaver-${PV}.tar.gz \





More information about the Openembedded-commits mailing list