From: Rolf Leggewie Date: Fri, 15 May 2009 19:59:44 +0000 (+0200) Subject: podget: libiconv in RDEPENDS is most certainly incorrect X-Git-Tag: Release-2010-05/1~3553 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d94b6b28b86657678b78d1f57c666c391c4688;p=openembedded.git podget: libiconv in RDEPENDS is most certainly incorrect * moving libiconv out of RDEPENDS and virtual/libiconv into DEPENDS --- diff --git a/recipes/podget/podget_0.5.8.bb b/recipes/podget/podget_0.5.8.bb index 4af771e153..18ecbcb4a7 100644 --- a/recipes/podget/podget_0.5.8.bb +++ b/recipes/podget/podget_0.5.8.bb @@ -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"