summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-desktop.inc
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2014-11-14 16:30:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-25 13:03:26 +0000
commitb4ba8d6365ba912606c11b52503dc5cb70bd2afe (patch)
tree37d729f5a6c442da99085cc4e6072abd0e0a2bbe /meta/recipes-gnome/gnome/gnome-desktop.inc
parent44a86777f4a0f40fba96a685ca3793a42b7f4533 (diff)
downloadpoky-b4ba8d6365ba912606c11b52503dc5cb70bd2afe.tar.gz
gnome-desktop: removed gnome-desktop recipe
It is already in meta-gnome and also unused by oe-core. (From OE-Core rev: 579469a32ea9fd2052a7a88c0b9ec34796fd41b8) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-desktop.inc')
-rw-r--r--meta/recipes-gnome/gnome/gnome-desktop.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
deleted file mode 100644
index 3853022710..0000000000
--- a/meta/recipes-gnome/gnome/gnome-desktop.inc
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "GNOME library for reading .desktop files"
2SECTION = "x11/gnome"
3LICENSE = "GPLv2 & LGPLv2"
4DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification"
5
6EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
7
8do_configure_prepend () {
9 cp ${STAGING_DATADIR_NATIVE}/gnome-common/data/omf.make ${S}
10}
11
12FILES_${PN} += "${datadir}/gnome-about ${datadir}/libgnome-desktop/pnp.ids"
13
14PR = "r6"
15
16inherit gnomebase
17
18do_install_append () {
19 sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about
20 sed -i -e '1s,#!.*python,#! ${USRBINPATH}/env python,' ${D}${bindir}/gnome-about
21}
22
23