diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-09-08 20:57:50 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-09-08 20:57:50 +0000 |
commit | 852cf86599c0e59c00e0fee8590f64dab31c077b (patch) | |
tree | a3d76c142d37caa6ee17368ebf51cbc09663e926 /packages/ushare | |
parent | bd6fa171e042c8a0011bcb32e6f5bb95ee32f75c (diff) |
ushare: added two missing DEPENDS
Diffstat (limited to 'packages/ushare')
-rw-r--r-- | packages/ushare/ushare_0.9.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ushare/ushare_0.9.7.bb b/packages/ushare/ushare_0.9.7.bb index a922fed2d0..539126c7a1 100644 --- a/packages/ushare/ushare_0.9.7.bb +++ b/packages/ushare/ushare_0.9.7.bb @@ -2,9 +2,9 @@ DESCRIPTION = "ushare is a UPnP media server" LICENSE = "GPL" HOMEPAGE = "http://ushare.geexbox.org/" MAINTAINER = "eFfeM <fransmeulenbroeks at yahoo dot com>" -DEPENDS = "libupnp" +DEPENDS = "libupnp virtual/libiconv virtual/libintl" SRC_URI = "http://ushare.geexbox.org/releases/ushare-0.9.7.tar.bz2" S = "${WORKDIR}/ushare-${PV}" -PR = "r0" +PR = "r1" inherit autotools |