From: Richard Purdie Date: Sun, 19 Mar 2006 14:37:30 +0000 (+0000) Subject: konqueror-embedded: Add information about pcre workaround to .bb file. X-Git-Tag: Release-2010-05/1~9453^2~2203^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7186c570571872f9889006c2aac50fa7ae64306f;p=openembedded.git konqueror-embedded: Add information about pcre workaround to .bb file. --- diff --git a/packages/konqueror/konqueror-embedded_20030705.bb b/packages/konqueror/konqueror-embedded_20030705.bb index e3fc55a88f..d3b5dd46a8 100644 --- a/packages/konqueror/konqueror-embedded_20030705.bb +++ b/packages/konqueror/konqueror-embedded_20030705.bb @@ -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 \ diff --git a/packages/konqueror/konqueror-embedded_20050322.bb b/packages/konqueror/konqueror-embedded_20050322.bb index 36a59b0834..1fec1375c5 100644 --- a/packages/konqueror/konqueror-embedded_20050322.bb +++ b/packages/konqueror/konqueror-embedded_20050322.bb @@ -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}"