summaryrefslogtreecommitdiff
path: root/content/libpng-1.2.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'content/libpng-1.2.5.oe')
-rw-r--r--content/libpng-1.2.5.oe2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/libpng-1.2.5.oe b/content/libpng-1.2.5.oe
index 52787b63d5..a018bcf9af 100644
--- a/content/libpng-1.2.5.oe
+++ b/content/libpng-1.2.5.oe
@@ -12,7 +12,6 @@ S = ${WORKDIR}/${P}
EXTRA_OEMAKE_append=' ZLIBINC=${STAGING_DIR}/target/include ZLIBLIB=${STAGING_LIBDIR}'
do_compile() {
- set -e
sed < scripts/makefile.linux > makefile -e 's/^ZLIBINC.*//' -e 's/^ZLIBLIB.*//'
unset LDFLAGS
oe_runmake 'CC=${CC}' 'LD=${LD}' 'CFLAGS=${CFLAGS}' \
@@ -32,7 +31,6 @@ do_stage() {
}
do_install () {
- set -e
install -d ${D}/${bindir} ${D}/${mandir} \
${D}/${libdir} ${D}/${includedir}
unset LDFLAGS