aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--espgs/espgs-native_7.07.1rc1.oe0
-rw-r--r--espgs/espgs_7.07.1rc1.oe0
-rw-r--r--jpeg/jpeg-6b/paths.patch0
-rw-r--r--jpeg/jpeg-native_6b.oe0
-rw-r--r--jpeg/jpeg_6b.oe6
-rw-r--r--libpng/libpng-native_1.2.5.oe0
-rw-r--r--libpng/libpng_1.2.5.oe1
-rw-r--r--nonworking/espgs/espgs_7.07.1rc1.oe9
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
-}