summaryrefslogtreecommitdiffstats
path: root/meta/classes/e.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-09-21 15:17:23 +0000
committerRichard Purdie <richard@openedhand.com>2006-09-21 15:17:23 +0000
commit5cacd3ea7efd69e57979d962616bf87c521c6f8b (patch)
treea379a06824d2194bf5d684f80394c587e5394795 /meta/classes/e.bbclass
parent4471ca5bf7e65c8dfd315e7a0ad532ee598fe4d7 (diff)
downloadpoky-5cacd3ea7efd69e57979d962616bf87c521c6f8b.tar.gz
Remove unneeded classes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@742 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/e.bbclass')
-rw-r--r--meta/classes/e.bbclass36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/classes/e.bbclass b/meta/classes/e.bbclass
deleted file mode 100644
index 008e3f2dc1..0000000000
--- a/meta/classes/e.bbclass
+++ /dev/null
@@ -1,36 +0,0 @@
1HOMEPAGE = "http://www.enlightenment.org"
2SECTION = "e/apps"
3
4inherit autotools pkgconfig binconfig
5
6do_prepsources () {
7 make clean distclean || true
8}
9addtask prepsources after do_fetch before do_unpack
10
11def binconfig_suffix(d):
12 import bb
13 return ["","-native"][bb.data.inherits_class('native', d)]
14
15export CURL_CONFIG = "${STAGING_BINDIR}/curl-config${@binconfig_suffix(d)}"
16export EDB_CONFIG = "${STAGING_BINDIR}/edb-config${@binconfig_suffix(d)}"
17export EET_CONFIG = "${STAGING_BINDIR}/eet-config${@binconfig_suffix(d)}"
18export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config${@binconfig_suffix(d)}"
19export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config${@binconfig_suffix(d)}"
20export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config${@binconfig_suffix(d)}"
21export ENGRAVE_CONFIG = "${STAGING_BINDIR}/engrave-config${@binconfig_suffix(d)}"
22export ENLIGHTENMENT_CONFIG = "${STAGING_BINDIR}/enlightenment-config${@binconfig_suffix(d)}"
23export EPSILON_CONFIG = "${STAGING_BINDIR}/epsilon-config${@binconfig_suffix(d)}"
24export EPEG_CONFIG = "${STAGING_BINDIR}/epeg-config${@binconfig_suffix(d)}"
25export ESMART_CONFIG = "${STAGING_BINDIR}/esmart-config${@binconfig_suffix(d)}"
26export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config${@binconfig_suffix(d)}"
27export IMLIB2_CONFIG = "${STAGING_BINDIR}/imlib2-config${@binconfig_suffix(d)}"
28
29do_compile_prepend() {
30 find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:'
31 find ${S} -name Makefile | xargs sed -i 's:/usr/X11R6/include:${STAGING_INCDIR}:'
32}
33
34PACKAGES = "${PN} ${PN}-themes"
35FILES_${PN} = "${libdir}/lib*.so*"
36FILES_${PN}-themes = "${datadir}/${PN}/themes ${datadir}/${PN}/data ${datadir}/${PN}/fonts ${datadir}/${PN}/pointers ${datadir}/${PN}/images ${datadir}/${PN}/users ${datadir}/${PN}/images ${datadir}/${PN}/styles"