diff options
Diffstat (limited to 'content/jpeg-6b.oe')
| -rw-r--r-- | content/jpeg-6b.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/jpeg-6b.oe b/content/jpeg-6b.oe index 755f9a278a..73560b2ec8 100644 --- a/content/jpeg-6b.oe +++ b/content/jpeg-6b.oe @@ -1,14 +1,15 @@ -DESCRIPTION="Zlib Compression Library" SECTION="libs" PRIORITY="required" MAINTAINER="Chris Larson <kergoth@handhelds.org>" RDEPENDS="libc6" +DEPENDS=virtual/libc SRC_URI = http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ file://${FILESDIR}/debian.patch;patch=1 -DEPENDS=virtual/libc S=${WORKDIR}/jpeg-${PV} +inherit autotools + EXTRA_OECONF="--enable-static --enable-shared" # this libtool cant handle the multiword gcc @@ -29,7 +30,6 @@ do_stage() { } do_install() { - set -e install -d ${D}/${bindir} ${D}/${includedir} \ ${D}/${mandir}/man1 ${D}/${libdir} oe_runmake 'prefix=${D}/${prefix}' 'exec_prefix=${D}/${exec_prefix}' \ |
