git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba2ce3d
)
podget: libiconv in RDEPENDS is most certainly incorrect
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 15 May 2009 19:59:44 +0000
(21:59 +0200)
committer
Rolf 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
patch
|
blob
|
history
diff --git
a/recipes/podget/podget_0.5.8.bb
b/recipes/podget/podget_0.5.8.bb
index
4af771e
..
18ecbcb
100644
(file)
--- 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"