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:
ca3257e
)
glib-2.0-native: workaround libtool problem
author
Koen Kooi
<koen@openembedded.org>
Wed, 18 Jun 2008 16:50:47 +0000
(16:50 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 18 Jun 2008 16:50:47 +0000
(16:50 +0000)
packages/glib-2.0/glib-2.0-native_2.16.1.bb
patch
|
blob
|
history
diff --git
a/packages/glib-2.0/glib-2.0-native_2.16.1.bb
b/packages/glib-2.0/glib-2.0-native_2.16.1.bb
index
d0d2131
..
4a610c4
100644
(file)
--- a/
packages/glib-2.0/glib-2.0-native_2.16.1.bb
+++ b/
packages/glib-2.0/glib-2.0-native_2.16.1.bb
@@
-2,10
+2,19
@@
require glib-2.0_${PV}.bb
FILESPATH = "${FILE_DIRNAME}/glib-2.0-${PV}:${FILE_DIRNAME}/files"
DEPENDS = "gtk-doc-native"
-PR = "r
0
"
+PR = "r
1
"
inherit native
+do_configure_prepend() {
+ if [ -e ${S}/${TARGET_SYS}-libtool ] ; then
+ echo "${TARGET_SYS}-libtool already present"
+ else
+ cp ${STAGING_BINDIR}/${TARGET_SYS}-libtool ${S}
+ fi
+
+}
+
do_stage () {
install -m 0755 gobject/glib-mkenums ${STAGING_BINDIR}/
install -m 0755 gobject/.libs/glib-genmarshal ${STAGING_BINDIR}/