diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-17 02:30:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-17 02:30:58 +0000 |
commit | 54ba5b9e8bde23d1e38241a8be15ed3b813d2212 (patch) | |
tree | d3d0139b92bd9ff2a83eb30771430f8b3abb0035 | |
parent | ef9f59857c0cf99e2c9eb13eb18f7f5bf49fc76c (diff) | |
download | poky-54ba5b9e8bde23d1e38241a8be15ed3b813d2212.tar.gz |
vincent: added patch for libtool 2.2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4284 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta-extras/packages/vincent/files/libtool222.patch | 18 | ||||
-rw-r--r-- | meta-extras/packages/vincent/vincent_svn.bb | 6 |
2 files changed, 22 insertions, 2 deletions
diff --git a/meta-extras/packages/vincent/files/libtool222.patch b/meta-extras/packages/vincent/files/libtool222.patch new file mode 100644 index 0000000000..9511cc7bbc --- /dev/null +++ b/meta-extras/packages/vincent/files/libtool222.patch | |||
@@ -0,0 +1,18 @@ | |||
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 index eeb1b60de5..1caa9464e1 100644 --- a/meta-extras/packages/vincent/vincent_svn.bb +++ b/meta-extras/packages/vincent/vincent_svn.bb | |||
@@ -3,9 +3,11 @@ HOMEPAGE = "http://sourceforge.net/projects/ogl-es/" | |||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | 4 | ||
5 | PV = "0.0+svnr${SRCREV}" | 5 | PV = "0.0+svnr${SRCREV}" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http \ | ||
9 | file://libtool222.patch;patch=1" | ||
7 | 10 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=ogles;proto=http" | ||
9 | S = "${WORKDIR}/ogles/" | 11 | S = "${WORKDIR}/ogles/" |
10 | 12 | ||
11 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |