aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian@kernelconcepts.de>2010-01-29 13:11:18 +0100
committerFlorian Boor <florian@kernelconcepts.de>2011-05-03 15:49:55 +0200
commitb3ed6e18d94e15d37391102dbb8e7b385406b31b (patch)
tree2a2d7297b634e7866afa1fc499b643d482912d0b
parent877433ac275f6d9df656e172006fccb10f2814a3 (diff)
downloadopenembedded-b3ed6e18d94e15d37391102dbb8e7b385406b31b.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}"