From: Chris Larson Date: Mon, 26 Jan 2004 22:22:34 +0000 (+0000) Subject: BUGFIX: correct build of libsigc++ with automake/aclocal 1.8. X-Git-Tag: Release-2010-05/1~20225 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92137783a575c8d393111e9cc9462b793a5adaf1;p=openembedded.git BUGFIX: correct build of libsigc++ with automake/aclocal 1.8. BKrev: 4015932ad3eYAnn9GIeCt0eP0Yb65A --- diff --git a/libsigc++/libsigc++_1.2.5.oe b/libsigc++/libsigc++_1.2.5.oe index e69de29bb2..a1363af093 100644 --- a/libsigc++/libsigc++_1.2.5.oe +++ b/libsigc++/libsigc++_1.2.5.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz + +inherit autotools libtool + +acpaths = -I ${S}/scripts