diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-18 12:30:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-19 11:01:24 +0200 |
commit | 4c3feb6a4fba60771891c857ff946c9eaadba9ea (patch) | |
tree | 5b8a27de648adada4d6b34deb80e0a84a7378577 | |
parent | 7d954ed266bef307285383c42d2070a8ef3b62a3 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | 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 309dcb12c..b97702f02 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 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "${INC_PR}.1" |
4 | 4 | ||
5 | INHIBIT_DEFAULT_DEPS = "1" | 5 | INHIBIT_DEFAULT_DEPS = "1" |
6 | DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" | 6 | DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |