mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,10 +4,10 @@ PR = "r1"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
RPROVIDES_${PN} += "packagegroup-native-sdk"
|
||||
RREPLACES_${PN} += "packagegroup-native-sdk"
|
||||
RCONFLICTS_${PN} += "packagegroup-native-sdk"
|
||||
RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
|
||||
RPROVIDES:${PN} += "packagegroup-native-sdk"
|
||||
RREPLACES:${PN} += "packagegroup-native-sdk"
|
||||
RCONFLICTS:${PN} += "packagegroup-native-sdk"
|
||||
RDEPENDS:${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
|
||||
binutils-symlinks \
|
||||
perl-modules \
|
||||
flex flex-dev \
|
||||
@@ -23,4 +23,4 @@ RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
|
||||
pkgconfig"
|
||||
|
||||
# usefull, but not in oe-core/meta-oe yet: patchutils
|
||||
RRECOMMENDS_${PN} = " g77-symlinks gfortran-symlinks"
|
||||
RRECOMMENDS:${PN} = " g77-symlinks gfortran-symlinks"
|
||||
|
||||
Reference in New Issue
Block a user