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-shell | |
| 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-shell')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb | 4 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb index 52e50705e8..f74a85381b 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb | |||
| @@ -20,9 +20,9 @@ EXTRA_OEMESON += " \ | |||
| 20 | -Dclassic_mode=true \ | 20 | -Dclassic_mode=true \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} += "gnome-shell" | 23 | RDEPENDS:${PN} += "gnome-shell" |
| 24 | 24 | ||
| 25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
| 26 | ${datadir}/gnome-shell \ | 26 | ${datadir}/gnome-shell \ |
| 27 | ${datadir}/gnome-session \ | 27 | ${datadir}/gnome-session \ |
| 28 | ${datadir}/xsessions \ | 28 | ${datadir}/xsessions \ |
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb index 77b9015d46..b1aa519a05 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb | |||
| @@ -28,7 +28,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
| 28 | 28 | ||
| 29 | # gobject-introspection is mandatory and cannot be configured | 29 | # gobject-introspection is mandatory and cannot be configured |
| 30 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 30 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
| 31 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 31 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
| 32 | 32 | ||
| 33 | SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" | 33 | SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" |
| 34 | SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" | 34 | SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" |
| @@ -42,7 +42,7 @@ EXTRA_OEMESON = " \ | |||
| 42 | -Dman=false \ | 42 | -Dman=false \ |
| 43 | " | 43 | " |
| 44 | 44 | ||
| 45 | do_install_append() { | 45 | do_install:append() { |
| 46 | # fix shebangs | 46 | # fix shebangs |
| 47 | for tool in `find ${D}${bindir} -name '*-tool'`; do | 47 | for tool in `find ${D}${bindir} -name '*-tool'`; do |
| 48 | sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool | 48 | sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool |
| @@ -51,16 +51,16 @@ do_install_append() { | |||
| 51 | 51 | ||
| 52 | GSETTINGS_PACKAGE = "${PN}-gsettings" | 52 | GSETTINGS_PACKAGE = "${PN}-gsettings" |
| 53 | 53 | ||
| 54 | FILES_${PN} += " \ | 54 | FILES:${PN} += " \ |
| 55 | ${datadir}/dbus-1 \ | 55 | ${datadir}/dbus-1 \ |
| 56 | ${datadir}/gnome-control-center \ | 56 | ${datadir}/gnome-control-center \ |
| 57 | ${datadir}/xdg-desktop-portal \ | 57 | ${datadir}/xdg-desktop-portal \ |
| 58 | ${systemd_user_unitdir} \ | 58 | ${systemd_user_unitdir} \ |
| 59 | " | 59 | " |
| 60 | 60 | ||
| 61 | RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" | 61 | RDEPENDS:${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" |
| 62 | 62 | ||
| 63 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" | 63 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" |
| 64 | FILES_${PN}-tools = "${bindir}/*-tool" | 64 | FILES:${PN}-tools = "${bindir}/*-tool" |
| 65 | RDEPENDS_${PN}-tools = "python3-core" | 65 | RDEPENDS:${PN}-tools = "python3-core" |
| 66 | 66 | ||
