diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:45:21 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:45:21 -0400 |
commit | 82ca98eff84d6350b323fecfe8e93f6255c10a40 (patch) | |
tree | 2ca05b292fa8b6e83c8de1d9be968842d8d3af0c /recipes/gcc/gcc-cross-sdk_4.1.0.bb | |
parent | be7846117e5c48e401a9602061a695264afeb331 (diff) |
gcc-4.1.0: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_4.1.0.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.1.0.bb b/recipes/gcc/gcc-cross-sdk_4.1.0.bb index 6b6097fb00..f133db31b1 100644 --- a/recipes/gcc/gcc-cross-sdk_4.1.0.bb +++ b/recipes/gcc/gcc-cross-sdk_4.1.0.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-cross-sdk.inc |