diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:43:59 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:43:59 -0400 |
commit | be7846117e5c48e401a9602061a695264afeb331 (patch) | |
tree | 4e87ea9ac5559ad87fb1d311bcbfe09c688524eb /recipes/gcc/gcc-cross-sdk_3.4.4.bb | |
parent | 36d5d93bf4fd470368ff92e9345a582c543a074a (diff) |
gcc-3.4.4: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_3.4.4.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_3.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_3.4.4.bb b/recipes/gcc/gcc-cross-sdk_3.4.4.bb index e3346590d5..6cb136a3d2 100644 --- a/recipes/gcc/gcc-cross-sdk_3.4.4.bb +++ b/recipes/gcc/gcc-cross-sdk_3.4.4.bb @@ -1,4 +1,4 @@ -PR = "r8" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-cross-sdk.inc |