mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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:
@@ -32,5 +32,5 @@ breakpad_package_preprocess () {
|
||||
|
||||
PACKAGES =+ "${PN}-breakpad"
|
||||
|
||||
FILES_${PN}-breakpad = "/usr/share/breakpad-syms"
|
||||
FILES:${PN}-breakpad = "/usr/share/breakpad-syms"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
inherit python3native
|
||||
|
||||
DEPENDS_append = " itstool-native"
|
||||
DEPENDS:append = " itstool-native"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user