aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-09-14 15:26:41 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:37:20 +0200
commitf0e063b62352c22876cdc0ae662c4af2da6889a3 (patch)
treef406f6be15497d160068e44ad0683f59088a7f00 /meta-gnome
parent355a1ba30207dfdbcb4b069e9a301fc6d1e9ad8a (diff)
downloadmeta-openembedded-contrib-f0e063b62352c22876cdc0ae662c4af2da6889a3.tar.gz
gnome-desktop3: remove the recipe due to its move to oe-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.4.2.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.4.2.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.4.2.bb
deleted file mode 100644
index a056e15011..0000000000
--- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.4.2.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-SUMMARY = "GNOME library for reading .desktop files"
-SECTION = "x11/gnome"
-LICENSE = "GPLv2 & LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
- file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2"
-
-BPN = "gnome-desktop"
-GNOME_COMPRESS_TYPE ?= "xz"
-
-inherit gnome pkgconfig
-SRC_URI[archive.md5sum] = "efd11d3841c34cc1709d0ea1d3f83cf1"
-SRC_URI[archive.sha256sum] = "7565e0a822132ea7b699cb8c64d42b57081ddefd0b5d911f4f4209be0c755952"
-
-DEPENDS += "gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 gnome-doc-utils gnome-common startup-notification"
-
-EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
-
-do_configure_prepend () {
- cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
-}
-
-PACKAGES =+ "libgnome-desktop3"
-FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml"
-
-RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas"
-