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:
Martin Jansa
2021-07-29 17:04:53 +02:00
committed by Khem Raj
parent c5f7cfb8db
commit c61dc077bb
1373 changed files with 5097 additions and 5097 deletions
+1 -1
View File
@@ -32,5 +32,5 @@ breakpad_package_preprocess () {
PACKAGES =+ "${PN}-breakpad"
FILES_${PN}-breakpad = "/usr/share/breakpad-syms"
FILES:${PN}-breakpad = "/usr/share/breakpad-syms"
+2 -2
View File
@@ -1,7 +1,7 @@
DEPENDS_prepend = "virtual/libintl intltool-native "
DEPENDS:prepend = "virtual/libintl intltool-native "
GPE_TARBALL_SUFFIX ?= "gz"
SRC_URI = "${GPE_MIRROR}/${BP}.tar.${GPE_TARBALL_SUFFIX}"
FILES_${PN} += "${datadir}/gpe ${datadir}/application-registry"
FILES:${PN} += "${datadir}/gpe ${datadir}/application-registry"
SECTION ?= "gpe"
inherit gettext
+1 -1
View File
@@ -2,4 +2,4 @@
inherit python3native
DEPENDS_append = " itstool-native"
DEPENDS:append = " itstool-native"
+1 -1
View File
@@ -16,7 +16,7 @@ inherit breakpad
PACKAGE_PREPROCESS_FUNCS += "symbol_file_preprocess"
PACKAGES =+ "${PN}-socorro-syms"
FILES_${PN}-socorro-syms = "/usr/share/socorro-syms"
FILES:${PN}-socorro-syms = "/usr/share/socorro-syms"
python symbol_file_preprocess() {