From 16d94b6b28b86657678b78d1f57c666c391c4688 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Fri, 15 May 2009 21:59:44 +0200 Subject: podget: libiconv in RDEPENDS is most certainly incorrect * moving libiconv out of RDEPENDS and virtual/libiconv into DEPENDS --- recipes/podget/podget_0.5.8.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes/podget/podget_0.5.8.bb') 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" -- cgit 1.2.3-korg