diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-20 23:30:56 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-20 23:30:59 -0300 |
commit | 36d5b6464b18caf961faf61b2f8a4732e40a15f9 (patch) | |
tree | cb58e7112020d7fecd0bef28648820a81626c8d4 /recipes/cups/cups.inc | |
parent | a009dcf2dce41b7028ccc6a3a2d3fd7d49733613 (diff) |
cups: use INC_PR due cups.inc being used in many recipes
To be easier to update the recipes we use a INC_PR in cups.inc that is
included in all PR fields in all recipes. Since currently the oldest
revision was 'r6' INC_PR starts in 'r7'.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/cups/cups.inc')
-rw-r--r-- | recipes/cups/cups.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc index 56450f78fe..cbec781881 100644 --- a/recipes/cups/cups.inc +++ b/recipes/cups/cups.inc @@ -3,6 +3,8 @@ SECTION = "console/utils" LICENSE = "GPL LGPL" DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib fakeroot-native" +INC_PR = "r7" + SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \ " @@ -89,4 +91,3 @@ FILES_${PN} += "${datadir}/doc/cups/images \ ${datadir}/doc/cups/*.css \ ${datadir}/icons/ \ " - |