diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:41:18 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:41:18 -0400 |
commit | 36d5d93bf4fd470368ff92e9345a582c543a074a (patch) | |
tree | 35085597b6d98972494ad65026912154b0e1d8e7 /recipes/gcc/gcc_3.4.3.bb | |
parent | 073b1af549edb818bb2038c5a72959db997b8145 (diff) |
gcc-3.4.3: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc_3.4.3.bb')
-rw-r--r-- | recipes/gcc/gcc_3.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_3.4.3.bb b/recipes/gcc/gcc_3.4.3.bb index fb5a85a4b5..fdafce2474 100644 --- a/recipes/gcc/gcc_3.4.3.bb +++ b/recipes/gcc/gcc_3.4.3.bb @@ -1,4 +1,4 @@ -PR = "r17" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-configure-target.inc |