diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-07-24 15:01:33 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-26 14:29:17 -0700 |
| commit | bd526f7cc3a757b9b6d85a2ee1658950c53a5578 (patch) | |
| tree | 74a7fc0c72802ea5448e003a138a1474ea42e6b6 /meta-gnome/recipes-gnome/evince | |
| parent | aa98f9eb73f801401ef8e138017266edc60cc13e (diff) | |
| download | meta-openembedded-bd526f7cc3a757b9b6d85a2ee1658950c53a5578.tar.gz | |
meta-gnome: Inherit gnomebase instead of gnome
The gnome class pulls in usually unwanted dependencies like gconf.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/evince')
| -rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_3.28.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb b/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb index d2885906f8..f45180e797 100644 --- a/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb +++ b/meta-gnome/recipes-gnome/evince/evince_3.28.2.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" | |||
| 4 | SECTION = "x11/office" | 4 | SECTION = "x11/office" |
| 5 | DEPENDS = "gtk+3 libsecret ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop3','',d)} poppler gstreamer1.0-plugins-base orc adwaita-icon-theme intltool-native gnome-common-native" | 5 | DEPENDS = "gtk+3 libsecret ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop3','',d)} poppler gstreamer1.0-plugins-base orc adwaita-icon-theme intltool-native gnome-common-native" |
| 6 | 6 | ||
| 7 | inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd | 7 | inherit gnomebase pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd |
| 8 | 8 | ||
| 9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
| 10 | ${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 10 | ${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |
