[oe-commits] Florian Boor : ushare: We need lsb-base in the filesystem.

git version control git at git.openembedded.org
Tue May 3 15:09:42 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0fd385ef5512def0db880139b1c9fa78f652f494
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0fd385ef5512def0db880139b1c9fa78f652f494

Author: Florian Boor <florian at kernelconcepts.de>
Date:   Fri Jan 29 13:11:18 2010 +0100

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 at kernelconcepts.de>

---

 recipes/ushare/ushare_1.1a.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/ushare/ushare_1.1a.bb b/recipes/ushare/ushare_1.1a.bb
index 8c58374..002a0f7 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}"
 





More information about the Openembedded-commits mailing list