aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2010-01-29 13:11:18 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2011-05-03 17:05:03 +0200
commit0fd385ef5512def0db880139b1c9fa78f652f494 (patch)
tree2a2d7297b634e7866afa1fc499b643d482912d0b
parent75599d20f988ecfbb2a9a62d1c7097a0c454179e (diff)
downloadopenembedded-0fd385ef5512def0db880139b1c9fa78f652f494.tar.gz
ushare: We need lsb-base in the filesystem.
ushare does not start up properly without scripts from lsb-base. Tested in µCross Signed-off-by: Florian Boor <florian@kernelconcepts.de>
-rw-r--r--recipes/ushare/ushare_1.1a.bb3
1 files changed, 3 insertions, 0 deletions
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}"