summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-13 06:56:14 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-13 06:56:14 +0000
commitc8c264c88b374728b04cffc3bd66a5cdb05c60ff (patch)
treeab283bf3ce2ba0933d56c098e4d67c7226628366 /packages
parentdb714350cce5928ea601419bb79381d4907d03e6 (diff)
Remove evoak as it no longer builds and is not depended on by anything
Diffstat (limited to 'packages')
-rw-r--r--packages/evoak/.mtn2git_empty0
-rw-r--r--packages/evoak/evoak_0.0.1.bb21
2 files changed, 0 insertions, 21 deletions
diff --git a/packages/evoak/.mtn2git_empty b/packages/evoak/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/evoak/.mtn2git_empty
+++ /dev/null
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}/
-}