diff options
-rw-r--r-- | recipes/cherokee/cherokee_0.4.29.bb | 1 | ||||
-rw-r--r-- | recipes/cups/cups_1.1.23.bb | 1 | ||||
-rw-r--r-- | recipes/cups/cups_1.2.7.bb | 1 | ||||
-rw-r--r-- | recipes/libgpg-error/libgpg-error_0.6.bb | 1 | ||||
-rw-r--r-- | recipes/xscreensaver/xscreensaver_4.16.bb | 1 | ||||
-rw-r--r-- | 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 a2c43e3c78..8081fd7e2f 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 bc1053cd9e..625d97de00 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 7084032662..28dd3c5839 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 69577e003a..47e1ca6272 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 e72ce92645..75ee4220f2 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 1d184e9f2b..bd03c6fff2 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 \ |