diff options
Diffstat (limited to 'recipes/icu/icu_3.6.bb')
-rw-r--r-- | recipes/icu/icu_3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb index 56a70a2f1d..6fd9b3d613 100644 --- a/recipes/icu/icu_3.6.bb +++ b/recipes/icu/icu_3.6.bb @@ -1,7 +1,7 @@ require icu-3.6.inc DEPENDS += "icu-native" -PR = "r4" +PR = "${INC_PR}.1" SRC_URI += "file://use-g++-for-linking.patch;patch=1 \ file://rematch-gcc-bug.patch;patch=1" |