diff options
Diffstat (limited to 'meta/classes/e.bbclass')
| -rw-r--r-- | meta/classes/e.bbclass | 36 |
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 @@ | |||
| 1 | HOMEPAGE = "http://www.enlightenment.org" | ||
| 2 | SECTION = "e/apps" | ||
| 3 | |||
| 4 | inherit autotools pkgconfig binconfig | ||
| 5 | |||
| 6 | do_prepsources () { | ||
| 7 | make clean distclean || true | ||
| 8 | } | ||
| 9 | addtask prepsources after do_fetch before do_unpack | ||
| 10 | |||
| 11 | def binconfig_suffix(d): | ||
| 12 | import bb | ||
| 13 | return ["","-native"][bb.data.inherits_class('native', d)] | ||
| 14 | |||
| 15 | export CURL_CONFIG = "${STAGING_BINDIR}/curl-config${@binconfig_suffix(d)}" | ||
| 16 | export EDB_CONFIG = "${STAGING_BINDIR}/edb-config${@binconfig_suffix(d)}" | ||
| 17 | export EET_CONFIG = "${STAGING_BINDIR}/eet-config${@binconfig_suffix(d)}" | ||
| 18 | export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config${@binconfig_suffix(d)}" | ||
| 19 | export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config${@binconfig_suffix(d)}" | ||
| 20 | export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config${@binconfig_suffix(d)}" | ||
| 21 | export ENGRAVE_CONFIG = "${STAGING_BINDIR}/engrave-config${@binconfig_suffix(d)}" | ||
| 22 | export ENLIGHTENMENT_CONFIG = "${STAGING_BINDIR}/enlightenment-config${@binconfig_suffix(d)}" | ||
| 23 | export EPSILON_CONFIG = "${STAGING_BINDIR}/epsilon-config${@binconfig_suffix(d)}" | ||
| 24 | export EPEG_CONFIG = "${STAGING_BINDIR}/epeg-config${@binconfig_suffix(d)}" | ||
| 25 | export ESMART_CONFIG = "${STAGING_BINDIR}/esmart-config${@binconfig_suffix(d)}" | ||
| 26 | export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config${@binconfig_suffix(d)}" | ||
| 27 | export IMLIB2_CONFIG = "${STAGING_BINDIR}/imlib2-config${@binconfig_suffix(d)}" | ||
| 28 | |||
| 29 | do_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 | |||
| 34 | PACKAGES = "${PN} ${PN}-themes" | ||
| 35 | FILES_${PN} = "${libdir}/lib*.so*" | ||
| 36 | FILES_${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" | ||
