podget: libiconv in RDEPENDS is most certainly incorrect
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 May 2009 19:59:44 +0000 (21:59 +0200)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Fri, 15 May 2009 20:07:15 +0000 (22:07 +0200)
* moving libiconv out of RDEPENDS and virtual/libiconv into DEPENDS

recipes/podget/podget_0.5.8.bb

index 4af771e..18ecbcb 100644 (file)
@@ -2,8 +2,9 @@ DESCRIPTION = "A simple podcast aggregator."
 HOMEPAGE = "http://podget.sourceforge.net/"
 PRIORITY = "optional"
 LICENSE = "GPL"
-
-RDEPENDS = "bash sed wget libiconv"
+DEPENDS += "virtual/libiconv"
+RDEPENDS = "bash sed wget"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/podget/podget_${PV}.tar.gz \
            file://busybox_df.patch;patch=1"