summaryrefslogtreecommitdiff
path: root/gtk-webcore/osb-nrcore_0.5.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gtk-webcore/osb-nrcore_0.5.0.oe')
-rw-r--r--gtk-webcore/osb-nrcore_0.5.0.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk-webcore/osb-nrcore_0.5.0.oe b/gtk-webcore/osb-nrcore_0.5.0.oe
index c1c3f102c6..9c90eee0ee 100644
--- a/gtk-webcore/osb-nrcore_0.5.0.oe
+++ b/gtk-webcore/osb-nrcore_0.5.0.oe
@@ -4,6 +4,7 @@ PRIORITY = "optional"
MAINTAINER = "Rene Wagner <rw@handhelds.org>"
DEPENDS = "glib-2.0 gtk+ pango osb-jscore"
SECTION = "gpe"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/gtk-webcore/osb-nrcore-${PV}.tar.gz \
file://KWQDictImpl.patch;patch=1"
@@ -12,6 +13,15 @@ LEAD_SONAME = "libnrcore.so"
inherit autotools pkgconfig
+do_configure () {
+ autotools_do_configure
+ cd ${S}
+
+ # prevent libtool from linking libs against libstdc++, libgcc, ...
+ cat arm-linux-libtool | sed -e 's/postdeps=".*"/postdeps=""/' > arm-linux-libtool.tmp
+ mv arm-linux-libtool.tmp arm-linux-libtool
+}
+
do_stage () {
oe_libinstall -so libnrcore ${STAGING_LIBDIR}
oe_libinstall -so -C kwiq libnrcore_kwiq_gtk ${STAGING_LIBDIR}