diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 12:59:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-26 12:59:39 +0000 |
commit | c9a95d326161ec668309991fa8eafbb846407a1c (patch) | |
tree | 4800711b57d0241b6c100ded10deffb8e0138381 /jpeg/jpeg_6b.oe | |
parent | fcd7e8d887d2daf3c88c10f21bd32e166b36aeea (diff) |
remove GNU install extensions to improve compatibility. Patch courtesy Neil Stevens
BKrev: 408d07bbwMBs_kFEwr9R9yehO4zVPg
Diffstat (limited to 'jpeg/jpeg_6b.oe')
-rw-r--r-- | jpeg/jpeg_6b.oe | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index df8fc6c083..7063348df6 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -15,11 +15,11 @@ EXTRA_OECONF="--enable-static --enable-shared" CFLAGS_append = " -D_REENTRANT" do_stage() { - install -m 644 -D jconfig.h ${STAGING_INCDIR}/jconfig.h - install -m 644 -D jpeglib.h ${STAGING_INCDIR}/jpeglib.h - install -m 644 -D jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h - install -m 644 -D jerror.h ${STAGING_INCDIR}/jerror.h - install -m 644 -D jpegint.h ${STAGING_INCDIR}/jpegint.h + install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h + install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h + install -m 644 jmorecfg.h ${STAGING_INCDIR}/jmorecfg.h + install -m 644 jerror.h ${STAGING_INCDIR}/jerror.h + install -m 644 jpegint.h ${STAGING_INCDIR}/jpegint.h oe_soinstall .libs/libjpeg.so.62.0.0 ${STAGING_LIBDIR}/ } |