diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-08 04:39:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-08 04:39:39 +0000 |
commit | 447a14c4c612c9a0778b2ab2017b401ce145214f (patch) | |
tree | 52b485729e8228c6c481e375091a1ed1a211b2eb | |
parent | afbd9fa5a97db40d6c9ec0721fc9b250d356035b (diff) |
Fix the espgs 7.07.1rc1 build and move it out of nonworking (ghostscript :).
BKrev: 40c5430bmowCSRXy9Al50PEeZOmdrA
-rw-r--r-- | espgs/espgs-native_7.07.1rc1.oe | 0 | ||||
-rw-r--r-- | espgs/espgs_7.07.1rc1.oe | 0 | ||||
-rw-r--r-- | jpeg/jpeg-6b/paths.patch | 0 | ||||
-rw-r--r-- | jpeg/jpeg-native_6b.oe | 0 | ||||
-rw-r--r-- | jpeg/jpeg_6b.oe | 6 | ||||
-rw-r--r-- | libpng/libpng-native_1.2.5.oe | 0 | ||||
-rw-r--r-- | libpng/libpng_1.2.5.oe | 1 | ||||
-rw-r--r-- | nonworking/espgs/espgs_7.07.1rc1.oe | 9 |
8 files changed, 5 insertions, 11 deletions
diff --git a/espgs/espgs-native_7.07.1rc1.oe b/espgs/espgs-native_7.07.1rc1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/espgs/espgs-native_7.07.1rc1.oe diff --git a/espgs/espgs_7.07.1rc1.oe b/espgs/espgs_7.07.1rc1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/espgs/espgs_7.07.1rc1.oe diff --git a/jpeg/jpeg-6b/paths.patch b/jpeg/jpeg-6b/paths.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/jpeg/jpeg-6b/paths.patch diff --git a/jpeg/jpeg-native_6b.oe b/jpeg/jpeg-native_6b.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/jpeg/jpeg-native_6b.oe diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index 546b214fcb..3ac83114c3 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -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 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpng/libpng-native_1.2.5.oe diff --git a/libpng/libpng_1.2.5.oe b/libpng/libpng_1.2.5.oe index 66bf05b354..f8c3d5d5d0 100644 --- a/libpng/libpng_1.2.5.oe +++ b/libpng/libpng_1.2.5.oe @@ -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 index 621ea3a3f6..0000000000 --- a/nonworking/espgs/espgs_7.07.1rc1.oe +++ /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 -} |