aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-18 12:30:45 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-19 11:01:24 +0200
commit4c3feb6a4fba60771891c857ff946c9eaadba9ea (patch)
tree5b8a27de648adada4d6b34deb80e0a84a7378577 /meta-oe
parent7d954ed266bef307285383c42d2070a8ef3b62a3 (diff)
downloadmeta-openembedded-contrib-4c3feb6a4fba60771891c857ff946c9eaadba9ea.tar.gz
libcc 4.5: inherit INC_PR from the main gcc includes
This fixes: Not downgrading package libgcc1 on root from 4.5-r30.0+svnr168622 to 4.5-r0+svnr175127. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/gcc/libgcc_4.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb b/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb
index 309dcb12c7..b97702f022 100644
--- a/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb
+++ b/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb
@@ -1,6 +1,6 @@
require recipes-devtools/gcc/gcc-${PV}.inc
-PR = "r0"
+PR = "${INC_PR}.1"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"