diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gnome/gnome-tweaks | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
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>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-tweaks')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb index af4c8c6418..0fa0b31704 100644 --- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb +++ b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb | |||
| @@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | |||
| 16 | 16 | ||
| 17 | # gobject-introspection is mandatory and cannot be configured | 17 | # gobject-introspection is mandatory and cannot be configured |
| 18 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 18 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
| 19 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 19 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
| 20 | 20 | ||
| 21 | SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369" | 21 | SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369" |
| 22 | SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250" | 22 | SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250" |
| @@ -24,9 +24,9 @@ SRC_URI += "file://0001-Make-python-path-configurable.patch" | |||
| 24 | 24 | ||
| 25 | EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" | 25 | EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" |
| 26 | 26 | ||
| 27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
| 28 | ${datadir}/metainfo \ | 28 | ${datadir}/metainfo \ |
| 29 | ${PYTHON_SITEPACKAGES_DIR} \ | 29 | ${PYTHON_SITEPACKAGES_DIR} \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | RDEPENDS_${PN} += "gnome-shell python3-core python3-logging libhandy" | 32 | RDEPENDS:${PN} += "gnome-shell python3-core python3-logging libhandy" |
