konqueror-embedded: Add information about pcre workaround to .bb file.
authorRichard Purdie <rpurdie@rpsys.net>
Sun, 19 Mar 2006 14:37:30 +0000 (14:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 19 Mar 2006 14:37:30 +0000 (14:37 +0000)
packages/konqueror/konqueror-embedded_20030705.bb
packages/konqueror/konqueror-embedded_20050322.bb

index e3fc55a..d3b5dd4 100644 (file)
@@ -5,6 +5,11 @@ DEPENDS = "libqpe-opie openssl pcre"
 LICENSE = "LGPL/GPL"
 PR = "r3"
 
+# Note if this .bb files fails with the error:
+# "No rule to make target `-lpcre', needed by `konqueror'.  Stop."
+# a workaround is to install the libpcre3-dev package onto your build 
+# machine (Ubuntu/Debain) or your distro's equivalent (FC = pcre-devel).
+
 SRC_URI = "http://devel-home.kde.org/~hausmann/snapshots/Attic/konqueror-embedded-snapshot-${PV}.tar.gz \
            file://opie1.patch;patch=1 \
            file://packing.patch;patch=1 \
index 36a59b0..1fec137 100644 (file)
@@ -7,6 +7,11 @@ DEPENDS = "openssl pcre"
 LICENSE = "LGPL/GPL"
 PR = "r3"
 
+# Note if this .bb files fails with the error:
+# "No rule to make target `-lpcre', needed by `konqueror'.  Stop."
+# a workaround is to install the libpcre3-dev package onto your build
+# machine (Ubuntu/Debain) or your distro's equivalent (FC = pcre-devel).
+
 SRC_URI = "http://www.cirulla.net/kdenox-snapshots/snapshots/konqueror3-embedded-0.2-${PV}.tar.bz2 \
            file://qt-embedded.patch;patch=1"
 S = "${WORKDIR}/konqueror3-embedded-0.2-${PV}"