mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -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++"
|
||||
|
||||
Reference in New Issue
Block a user