[oe-commits] Rolf Leggewie : podget: libiconv in RDEPENDS is most certainly incorrect

GIT User account git at amethyst.openembedded.net
Sat May 16 15:24:27 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 16d94b6b28b86657678b78d1f57c666c391c4688
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=16d94b6b28b86657678b78d1f57c666c391c4688

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Fri May 15 21:59:44 2009 +0200

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 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 4af771e..18ecbcb 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"





More information about the Openembedded-commits mailing list