[oe-commits] Koen Kooi : libcc 4.5: inherit INC_PR from the main gcc includes

git version control git at git.openembedded.org
Mon Jun 20 07:40:35 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 4c3feb6a4fba60771891c857ff946c9eaadba9ea
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4c3feb6a4fba60771891c857ff946c9eaadba9ea

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Jun 18 12:30:45 2011 +0200

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 at dominion.thruhere.net>

---

 meta-oe/recipes-devtools/gcc/libgcc_4.5.bb |    2 +-
 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 309dcb1..b97702f 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++"





More information about the Openembedded-commits mailing list