mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
gnome-calendar: remove obsolete dependencies, clean up recipe
Remove obsolete libdazzle and geocode-glib dependencies, these have been removed upstream. Change the DISTRO_FEATURES check so that opengl is required and any of the GTK3DISTROFEATURES (x11 wayland) are present, as GTK 4 needs opengl and supports either x11 or wayland. Drop the sed on the generated enums, the generated files have relative paths in now. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -10,28 +10,21 @@ DEPENDS = " \
|
|||||||
gsettings-desktop-schemas \
|
gsettings-desktop-schemas \
|
||||||
evolution-data-server \
|
evolution-data-server \
|
||||||
libsoup \
|
libsoup \
|
||||||
libdazzle \
|
|
||||||
libadwaita \
|
libadwaita \
|
||||||
libgweather4 \
|
libgweather4 \
|
||||||
geoclue \
|
geoclue \
|
||||||
geocode-glib \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
GTKIC_VERSION = '4'
|
GTKIC_VERSION = '4'
|
||||||
inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg
|
inherit gnomebase gsettings gtk-icon-cache gettext features_check upstream-version-is-even mime-xdg
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||||
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||||
|
|
||||||
SRC_URI[archive.sha256sum] = "e69a5a66be820105a4d823d4dba9b4e6ef9f6e7523978aaf33361ebbb993e604"
|
SRC_URI[archive.sha256sum] = "e69a5a66be820105a4d823d4dba9b4e6ef9f6e7523978aaf33361ebbb993e604"
|
||||||
|
|
||||||
do_install:prepend() {
|
|
||||||
sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.h
|
|
||||||
sed -i -e 's|${S}/src|${TARGET_DBGSRC_DIR}/src|g' ${B}/src/gcal-enum-types.c
|
|
||||||
}
|
|
||||||
|
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/gnome-shell \
|
${datadir}/gnome-shell \
|
||||||
${datadir}/metainfo \
|
${datadir}/metainfo \
|
||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user