diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-15 21:59:44 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-15 22:07:15 +0200 |
commit | 16d94b6b28b86657678b78d1f57c666c391c4688 (patch) | |
tree | cb0c5fec5f4585dc67678906ad7bdbd36189f5d8 /recipes/podget/podget_0.5.8.bb | |
parent | ba2ce3ddff7692289d74a4017806b57a1681d3c8 (diff) |
podget: libiconv in RDEPENDS is most certainly incorrect
* moving libiconv out of RDEPENDS and virtual/libiconv into DEPENDS
Diffstat (limited to 'recipes/podget/podget_0.5.8.bb')
-rw-r--r-- | recipes/podget/podget_0.5.8.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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" |