diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-07 21:03:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-08 09:52:20 +0200 |
commit | fca4a21b18063f16d5dff4adc914a2f131af3696 (patch) | |
tree | a11ce397fef612c742e25bcb124026e8a0619610 /recipes/cups | |
parent | fc909a927ddfcb4c0c10da1b278b496c68319a6a (diff) |
recipes: bump PR for packages depending on jpeg which changed .so name with 6b -> 8b upgrade
* distro maintainers: please consider upgrading jpeg first to bump PR just once
* this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
Diffstat (limited to 'recipes/cups')
-rw-r--r-- | recipes/cups/cups_1.2.12.bb | 2 | ||||
-rw-r--r-- | recipes/cups/cups_1.4.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cups/cups_1.2.12.bb b/recipes/cups/cups_1.2.12.bb index 1638c53ace..6df928aa07 100644 --- a/recipes/cups/cups_1.2.12.bb +++ b/recipes/cups/cups_1.2.12.bb @@ -1,5 +1,5 @@ require cups.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI[md5sum] = "d410658468384b5ba5d04a808f6157fe" SRC_URI[sha256sum] = "b4ff8e934da7db32d5654360ea9068faa0ed5a00fde02161ae53c2052510d00f" diff --git a/recipes/cups/cups_1.4.3.bb b/recipes/cups/cups_1.4.3.bb index c65cbb7d2f..5cc0518881 100644 --- a/recipes/cups/cups_1.4.3.bb +++ b/recipes/cups/cups_1.4.3.bb @@ -8,7 +8,7 @@ SRC_URI += "file://use_echo_only_in_init.patch \ SRC_URI[archive.md5sum] = "e70b1c3f60143d7310c1d74c111a21ab" SRC_URI[archive.sha256sum] = "47a559b1c50192b94479ae7dab132ea0008727045d4993501cf0a6df0c64db97" -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" |