From b3ed6e18d94e15d37391102dbb8e7b385406b31b Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 29 Jan 2010 13:11:18 +0100 Subject: ushare: We need lsb-base in the filesystem. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ushare does not start up properly without scripts from lsb-base. Tested in µCross Signed-off-by: Florian Boor --- recipes/ushare/ushare_1.1a.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/ushare/ushare_1.1a.bb b/recipes/ushare/ushare_1.1a.bb index 8c58374e7a..002a0f7595 100644 --- a/recipes/ushare/ushare_1.1a.bb +++ b/recipes/ushare/ushare_1.1a.bb @@ -2,6 +2,9 @@ DESCRIPTION = "ushare is a UPnP media server" LICENSE = "GPL" HOMEPAGE = "http://ushare.geexbox.org/" DEPENDS = "libupnp virtual/libiconv virtual/libintl" +RDEPENDS = "lsb-base" +PR = "r1" + SRC_URI = "http://ushare.geexbox.org/releases/ushare-${PV}.tar.bz2" S = "${WORKDIR}/ushare-${PV}" -- cgit 1.2.3-korg