Fix the espgs 7.07.1rc1 build and move it out of nonworking (ghostscript :).
authorChris Larson <clarson@kergoth.com>
Tue, 8 Jun 2004 04:39:39 +0000 (04:39 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 8 Jun 2004 04:39:39 +0000 (04:39 +0000)
BKrev: 40c5430bmowCSRXy9Al50PEeZOmdrA

espgs/espgs-native_7.07.1rc1.oe [new file with mode: 0644]
espgs/espgs_7.07.1rc1.oe [new file with mode: 0644]
jpeg/jpeg-6b/paths.patch [new file with mode: 0644]
jpeg/jpeg-native_6b.oe [new file with mode: 0644]
jpeg/jpeg_6b.oe
libpng/libpng-native_1.2.5.oe [new file with mode: 0644]
libpng/libpng_1.2.5.oe
nonworking/espgs/espgs_7.07.1rc1.oe [deleted file]

diff --git a/espgs/espgs-native_7.07.1rc1.oe b/espgs/espgs-native_7.07.1rc1.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/espgs/espgs_7.07.1rc1.oe b/espgs/espgs_7.07.1rc1.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/jpeg/jpeg-6b/paths.patch b/jpeg/jpeg-6b/paths.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/jpeg/jpeg-native_6b.oe b/jpeg/jpeg-native_6b.oe
new file mode 100644 (file)
index 0000000..e69de29
index 546b214..3ac8311 100644 (file)
@@ -8,12 +8,14 @@ FILES_jpeg-tools = "${bindir}"
 
 SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
           file://debian.patch;patch=1 \
-          file://ldflags.patch;patch=1"
+          file://ldflags.patch;patch=1 \
+          file://paths.patch;patch=1"
+S = "${WORKDIR}/jpeg-${PV}"
 
 inherit autotools 
 
 EXTRA_OECONF="--enable-static --enable-shared"
-EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${TARGET_PREFIX}libtool"'
+EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR}/${HOST_SYS}-libtool"'
 
 CFLAGS_append = " -D_REENTRANT"
 
diff --git a/libpng/libpng-native_1.2.5.oe b/libpng/libpng-native_1.2.5.oe
new file mode 100644 (file)
index 0000000..e69de29
index 66bf05b..f8c3d5d 100644 (file)
@@ -10,6 +10,7 @@ FILES_${PN}-dev = ${includedir} ${libdir}/lib*.so ${libdir}/*.la \
                ${datadir}/aclocal ${bindir} ${sbindir}
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/png-mng/libpng-${PV}.tar.bz2"
+S = "${WORKDIR}/libpng-${PV}"
 
 inherit pkgconfig
 
diff --git a/nonworking/espgs/espgs_7.07.1rc1.oe b/nonworking/espgs/espgs_7.07.1rc1.oe
deleted file mode 100644 (file)
index 621ea3a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-SRC_URI = ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2
-
-inherit autotools
-
-do_configure () {
-       set -e
-       ./autogen.sh
-       oe_runconf
-}