From: Justin Patrin Date: Sat, 13 Aug 2005 06:56:14 +0000 (+0000) Subject: Remove evoak as it no longer builds and is not depended on by anything X-Git-Tag: Release-2010-05/1~9453^2~3907 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c264c88b374728b04cffc3bd66a5cdb05c60ff;p=openembedded.git Remove evoak as it no longer builds and is not depended on by anything --- diff --git a/packages/evoak/.mtn2git_empty b/packages/evoak/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/evoak/evoak_0.0.1.bb b/packages/evoak/evoak_0.0.1.bb deleted file mode 100644 index 551dc8eca5..0000000000 --- a/packages/evoak/evoak_0.0.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -HOMEPAGE = "http://www.enlightenment.org" -SECTION = "libs" -PRIORITY = "optional" -DEPENDS = "ecore evas edje embryo eet" -LICENSE = "MIT" - -SRC_URI = "http://www.rasterman.com/files/evoak-${PV}.tar.gz" -S = "${WORKDIR}/evoak-${PV}" - -inherit autotools binconfig - -#FIXME: evoak fails to build, because it doesn't realize that -#our ecore was built without X support. Ecore should really -#be installing a copy of its config.h, and Evoak should be -#ifdefing blocks of code based on the ecore build options. -BROKEN = "1" - -do_stage () { - oe_libinstall -C src/lib libvoak ${STAGING_LIBDIR}/ - install -m 0644 ${S}/src/lib/Evoak.h ${STAGING_INCDIR}/ -}