dillo2: fix RDEPENDS package name
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 15 Jan 2010 07:16:54 +0000 (08:16 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Fri, 15 Jan 2010 08:36:49 +0000 (09:36 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/dillo/dillo2_2.1.1.bb

index f0ea3dd..1e88e72 100644 (file)
@@ -4,11 +4,11 @@ SECTION = "x11/network"
 PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "fltk2 libpng openssl"
-RDEPENDS = "libfltk2-images"
+RDEPENDS = "fltk2-images"
 SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.bz2 \
          file://dillo.desktop \
          file://dillo.png"
-PR="r1"
+PR = "r2"
 
 S = "${WORKDIR}/dillo-${PV}/"