summaryrefslogtreecommitdiffstats
path: root/meta/classes/xfce.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-15 14:03:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-19 17:34:18 +0100
commitd8a3cd563040e3df35f69cbebc9b0b14e5d12695 (patch)
tree8163cd1d8bebe74079d4d59b873cdf6a2294819a /meta/classes/xfce.bbclass
parente6cf0ba96a2a3e23cd7a3474711ae154db8ee9c7 (diff)
downloadpoky-d8a3cd563040e3df35f69cbebc9b0b14e5d12695.tar.gz
classes: remove classes that don't belong in oe-core
These classes are not used within oe-core and really belong in an upper layer that makes use of them, if they are still useful: * mozilla.bbclass * openmoko*.bbclass * srec.bbclass * xfce.bbclass (From OE-Core rev: fa8779452de5e1a8ded92bdf4a952158fda6160a) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/xfce.bbclass')
-rw-r--r--meta/classes/xfce.bbclass25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass
deleted file mode 100644
index d21bb42d46..0000000000
--- a/meta/classes/xfce.bbclass
+++ /dev/null
@@ -1,25 +0,0 @@
1# xfce.oeclass
2# Copyright (C) 2004, Advanced Micro Devices, Inc. All Rights Reserved
3# Released under the MIT license (see packages/COPYING)
4
5# Global class to make it easier to maintain XFCE packages
6
7HOMEPAGE = "http://www.xfce.org"
8LICENSE = "LGPLv2"
9DEPENDS += "startup-notification"
10
11XFCE_VERSION = ${PV}
12SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${BPN}-${PV}.tar.bz2"
13
14inherit autotools
15
16EXTRA_OECONF += "--with-pluginsdir=${libdir}/xfce4/panel-plugins/"
17
18# FIXME: Put icons in their own package too?
19
20FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
21FILES_${PN}-doc += "${datadir}/xfce4/doc"
22
23FILES_${PN}-dev += "${libdir}/xfce4/*/*.la"
24FILES_${PN}-dbg += "${libdir}/xfce4/*/.debug"
25