]> code.ossystems Code Review - openembedded-core.git/commitdiff
Drop vincent, it doesn't work at present
authorRichard Purdie <richard@openedhand.com>
Thu, 31 Jul 2008 14:56:45 +0000 (14:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 31 Jul 2008 14:56:45 +0000 (14:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4991 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/vincent/files/libtool222.patch [deleted file]
meta-extras/packages/vincent/vincent_svn.bb [deleted file]

diff --git a/meta-extras/packages/vincent/files/libtool222.patch b/meta-extras/packages/vincent/files/libtool222.patch
deleted file mode 100644 (file)
index 9511cc7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
----
- configure.ac |    1 +
- 1 file changed, 1 insertion(+)
-
---- ogles.orig/configure.ac
-+++ ogles/configure.ac
-@@ -27,10 +27,11 @@ VINCENT_LT_LDFLAGS="-version-info $VINCE
- AC_SUBST(VINCENT_LT_VERSION)
- AC_SUBST(VINCENT_LT_LDFLAGS)
- AC_PROG_CC
- AC_PROG_CPP
-+AC_PROG_CXX
- AC_PROG_LIBTOOL
- #Check pthreads
- AC_MSG_CHECKING([for pthread options])
- AC_CHECK_LIB(pthread, pthread_join, PTHREAD_LIBS="-lpthread",
diff --git a/meta-extras/packages/vincent/vincent_svn.bb b/meta-extras/packages/vincent/vincent_svn.bb
deleted file mode 100644 (file)
index 905403d..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Vincent OpenGL-ES library "
-HOMEPAGE = "http://sourceforge.net/projects/ogl-es/"
-LICENSE = "BSD"
-DEPENDS = "virtual/libx11"
-
-PV = "0.0+svnr${SRCREV}"
-PR = "r2"
-
-SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http \
-           file://libtool222.patch;patch=1"
-
-S = "${WORKDIR}/ogles/"
-
-inherit autotools pkgconfig
-
-# PACKAGES = ${PN}
-
-do_stage() {
-        install -d ${STAGING_INCDIR}/GLES
-
-        install -m 0644 ${S}/include/ug.h ${STAGING_INCDIR}
-        install -m 0644 ${S}/include/GLES/* ${STAGING_INCDIR}/GLES/
-
-        oe_libinstall -so libvincent ${STAGING_LIBDIR}
-}