Remove evoak as it no longer builds and is not depended on by anything
authorJustin Patrin <papercrane@gmail.com>
Sat, 13 Aug 2005 06:56:14 +0000 (06:56 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 13 Aug 2005 06:56:14 +0000 (06:56 +0000)
packages/evoak/.mtn2git_empty [deleted file]
packages/evoak/evoak_0.0.1.bb [deleted file]

diff --git a/packages/evoak/.mtn2git_empty b/packages/evoak/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/evoak/evoak_0.0.1.bb b/packages/evoak/evoak_0.0.1.bb
deleted file mode 100644 (file)
index 551dc8e..0000000
+++ /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}/
-}