diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 11:44:40 +0000 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-04-06 11:44:40 +0000 |
commit | 95cd55f0b71a8620bcd70dfb2fa8c053a4f1a39f (patch) | |
tree | 9cf74bf5ac04054da990f78abc891b8185c03835 /recipes/cups/cups_1.3.8.bb | |
parent | af0a5237360814352bc7eb6f92e1d4b9b002a7c9 (diff) |
cups: use LDFLAGS for shared libs (fixes QA error)
Diffstat (limited to 'recipes/cups/cups_1.3.8.bb')
-rw-r--r-- | recipes/cups/cups_1.3.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cups/cups_1.3.8.bb b/recipes/cups/cups_1.3.8.bb index e9fd9850e9..79cbc32715 100644 --- a/recipes/cups/cups_1.3.8.bb +++ b/recipes/cups/cups_1.3.8.bb @@ -1,7 +1,7 @@ require cups.inc SRC_URI += "file://use_echo_only_in_init.patch;patch=1" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" |