aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk-webcore
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2005-08-02 01:28:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-02 01:28:57 +0000
commita4dc9b83d233a7b07e920e0eeceffdcf2053ab02 (patch)
tree25de41a9b5e2efd89e445d22f277717b16530ca0 /packages/gtk-webcore
parent82af8b0e0bcd1b8588101972be693eab734a25b9 (diff)
downloadopenembedded-a4dc9b83d233a7b07e920e0eeceffdcf2053ab02.tar.gz
osb-jscore: zap CPPFLAGS. fixes bug #198. thanks to pb_ for the hint.
Diffstat (limited to 'packages/gtk-webcore')
-rw-r--r--packages/gtk-webcore/osb-jscore_20050430.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/gtk-webcore/osb-jscore_20050430.bb b/packages/gtk-webcore/osb-jscore_20050430.bb
index 963f603ca3..d7bf8cb7a1 100644
--- a/packages/gtk-webcore/osb-jscore_20050430.bb
+++ b/packages/gtk-webcore/osb-jscore_20050430.bb
@@ -7,6 +7,7 @@ SECTION = "gpe"
FIXEDCVSDATE = "${@bb.data.getVar('FILE', d, 1).split('_')[-1].split('.')[0]}"
PV = "0.5.0+cvs${FIXEDCVSDATE}"
+PR = "r1"
SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/gtk-webcore;module=JavaScriptCore;date=${FIXEDCVSDATE} \
file://libm.patch;patch=1"
@@ -14,6 +15,9 @@ S = "${WORKDIR}/JavaScriptCore"
inherit autotools pkgconfig
+# zap CPPFLAGS to avoid trouble with internal vs. pcre from staging
+CPPFLAGS = ""
+
do_configure () {
autotools_do_configure
cd ${S}