From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.stusta.mhn.de (mail.stusta.mhn.de [141.84.69.5]) by mail.openembedded.org (Postfix) with ESMTP id 48CF57CBDD for ; Mon, 22 Jul 2019 13:02:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.stusta.mhn.de (Postfix) with ESMTPSA id 45shbS0Mqwz8m for ; Mon, 22 Jul 2019 15:02:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stusta.de; s=default; t=1563800548; bh=rc6KTbsSLy30ZcjYYPGg37paeggLdrS0/GXLVHXxdzM=; h=From:To:Subject:Date:From; b=Q46K2Sj3eLLWC9PafDQETWTFhzEOePa9qF9Jsybg/XWbryi1JOae6C3vTfL+lfYs3 pSCTiSyDao+4dkij0JFQnusQj7MJ3MnaLgbd0Gmg4pALFIWqagd1l3rOI4UE9K0DnK jCfGe6eHWlqD8RlYtFQnF9huXpNGlSzJl7Gdt2MEPeHMsgTHdw2lDyMY/uCMFwmVsZ eMDqw2Gnm18aAtP9pDYjelyGC44b0YamVEHw4304OzUfFQHfdhZcArcUgCqcPoWlpU KtSCjEc5i0fPjRld5HnVjQsMSPAEI1ubDVadChZIt+umz3e9HtRxSbRft61PGFcT04 NUjWaU4zmbEySXzkyNQhaFCbwcmiea5yVGqTENbpjBMhWfMCzbb8gH8+hFl+iSnazd +YYZZjXdx2ln+urDh61GZTwY6HHst8mOVJVU2OYWW/PNHdXDxNSr4io2A3lsjo5i+h EFOnES1fHO+51ThZ+nLz+Hx5jjzAQgKb/lgpLJfAENKa3J2TkbaajnDE4rokrnWzkF Bo+lZuuclGPoPtR531RbXq1b6irLwzF9T9pgsJ5ZLb5j4xvCacUakAfWfEmV751Vie 16HcFTo/ePIRqMX39WA+8UitUvtgd/RJOaqqgXRrl8DgMhRGbl/RMeVsGjhMk1hWk8 dzYxpcX4voHwjd5fJD4mQHWE= From: Adrian Bunk To: openembedded-devel@lists.openembedded.org Date: Mon, 22 Jul 2019 16:02:24 +0300 Message-Id: <20190722130224.9972-1-bunk@stusta.de> X-Mailer: git-send-email 2.17.1 Subject: [meta-gnome][PATCH] meta-gnome: Inherit gnomebase instead of gnome X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2019 13:02:28 -0000 The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk --- meta-gnome/recipes-gnome/evince/evince_3.28.2.bb | 2 +- meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb | 2 +- meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb | 2 +- meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb | 2 +- meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 2 +- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.45.bb | 2 +- 6 files changed, 6 insertions(+), 6 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 d2885906f..f45180e79 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" SECTION = "x11/office" 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" -inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd +inherit gnomebase pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check systemd SRC_URI = " \ ${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb index ea6439d91..9046645f5 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb @@ -9,7 +9,7 @@ DEPENDS = "gvfs enchant gconf gnome-doc-utils glib-2.0 gtk+ \ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -inherit distro_features_check gnome gettext python3native +inherit distro_features_check gnomebase gconf gettext python3native REQUIRED_DISTRO_FEATURES = "x11" diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb index 1dad1e95b..85ee5e6cf 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.32.0.bb @@ -8,7 +8,7 @@ BPN = "gnome-desktop" GNOMEBASEBUILDCLASS = "meson" -inherit gnome pkgconfig upstream-version-is-even gobject-introspection distro_features_check +inherit gnomebase pkgconfig upstream-version-is-even gobject-introspection distro_features_check # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb index 3a4714a12..86778aaeb 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.40.0.bb @@ -3,7 +3,7 @@ LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=05df38dd77c35ec8431f212410a3329e" GNOMEBASEBUILDCLASS = "meson" -inherit gnome bash-completion gettext upstream-version-is-even +inherit gnomebase bash-completion gettext upstream-version-is-even DEPENDS += "libsecret glib-2.0 gconf libgudev shadow-native" diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb index 7babbd0a8..d9f643106 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb @@ -6,7 +6,7 @@ SECTION = "x11/gnome/libs" DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" -inherit distro_features_check gnome gobject-introspection gettext +inherit distro_features_check gnomebase gobject-introspection gettext REQUIRED_DISTRO_FEATURES = "x11" diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.45.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.45.bb index 08e52241b..e2a838b3a 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.45.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.45.bb @@ -7,7 +7,7 @@ SECTION = "libs" DEPENDS= "libxml2 bzip2 glib-2.0 zlib intltool-native gnome-common-native" -inherit autotools pkgconfig gnome gconf gobject-introspection +inherit autotools pkgconfig gnomebase gconf gobject-introspection SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" -- 2.17.1