diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:17:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 16:51:31 +0200 |
commit | 0a2d1e13ec1cc334aaa5dfd6be7a668723388279 (patch) | |
tree | 03025e18564bfc10c791b64e3d36028f9053324b /recipes/cups/cups_1.1.23.bb | |
parent | 2eabb4b0744d17eca2f85f5467b2d4aa2b19faa8 (diff) |
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@gmail.com>
Diffstat (limited to 'recipes/cups/cups_1.1.23.bb')
-rw-r--r-- | recipes/cups/cups_1.1.23.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |