git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc07b8
)
fix jpeg build failure due to missing libtool
author
Gerald Britton
<gbritton@doomcom.org>
Tue, 4 May 2004 04:27:39 +0000
(
04:27
+0000)
committer
Gerald Britton
<gbritton@doomcom.org>
Tue, 4 May 2004 04:27:39 +0000
(
04:27
+0000)
BKrev: 40971bbbSDZo1Bqa1y9Sd5K83OgVaA
jpeg/jpeg_6b.oe
patch
|
blob
|
history
diff --git
a/jpeg/jpeg_6b.oe
b/jpeg/jpeg_6b.oe
index
7063348
..
13963e2
100644
(file)
--- a/
jpeg/jpeg_6b.oe
+++ b/
jpeg/jpeg_6b.oe
@@
-14,6
+14,12
@@
EXTRA_OECONF="--enable-static --enable-shared"
CFLAGS_append = " -D_REENTRANT"
+# This doesn't seem to exist, we need it to for our libtool.oeclass
+# to work properly, ensure that it does exist.
+do_configure_prepend() {
+ touch ${S}/libtool
+}
+
do_stage() {
install -m 644 jconfig.h ${STAGING_INCDIR}/jconfig.h
install -m 644 jpeglib.h ${STAGING_INCDIR}/jpeglib.h