summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-31 14:56:45 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-31 14:56:45 +0000
commit1125bc853f687c5deadb06ca72562c12d632f5e3 (patch)
tree830e157b997c077cbc2ee1eda2c140bb33f9d571 /meta-extras
parent2d5d1ef1ac0331b0a9b1a124cb656e07222c5f05 (diff)
downloadpoky-1125bc853f687c5deadb06ca72562c12d632f5e3.tar.gz
Drop vincent, it doesn't work at present
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4991 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/vincent/files/libtool222.patch18
-rw-r--r--meta-extras/packages/vincent/vincent_svn.bb25
2 files changed, 0 insertions, 43 deletions
diff --git a/meta-extras/packages/vincent/files/libtool222.patch b/meta-extras/packages/vincent/files/libtool222.patch
deleted file mode 100644
index 9511cc7bbc..0000000000
--- a/meta-extras/packages/vincent/files/libtool222.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1---
2 configure.ac | 1 +
3 1 file changed, 1 insertion(+)
4
5--- ogles.orig/configure.ac
6+++ ogles/configure.ac
7@@ -27,10 +27,11 @@ VINCENT_LT_LDFLAGS="-version-info $VINCE
8 AC_SUBST(VINCENT_LT_VERSION)
9 AC_SUBST(VINCENT_LT_LDFLAGS)
10
11 AC_PROG_CC
12 AC_PROG_CPP
13+AC_PROG_CXX
14 AC_PROG_LIBTOOL
15
16 #Check pthreads
17 AC_MSG_CHECKING([for pthread options])
18 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
index 905403de39..0000000000
--- a/meta-extras/packages/vincent/vincent_svn.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "Vincent OpenGL-ES library "
2HOMEPAGE = "http://sourceforge.net/projects/ogl-es/"
3LICENSE = "BSD"
4DEPENDS = "virtual/libx11"
5
6PV = "0.0+svnr${SRCREV}"
7PR = "r2"
8
9SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http \
10 file://libtool222.patch;patch=1"
11
12S = "${WORKDIR}/ogles/"
13
14inherit autotools pkgconfig
15
16# PACKAGES = ${PN}
17
18do_stage() {
19 install -d ${STAGING_INCDIR}/GLES
20
21 install -m 0644 ${S}/include/ug.h ${STAGING_INCDIR}
22 install -m 0644 ${S}/include/GLES/* ${STAGING_INCDIR}/GLES/
23
24 oe_libinstall -so libvincent ${STAGING_LIBDIR}
25}