[yocto] [meta-mono] [PATCH 07/11] mono-xsp: use mono.bbclass

Richard Tollerton rich.tollerton at ni.com
Thu Jul 16 16:16:17 PDT 2015


Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
---
 recipes-mono/mono-xsp/mono-xsp-3.x.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-mono/mono-xsp/mono-xsp-3.x.inc b/recipes-mono/mono-xsp/mono-xsp-3.x.inc
index bee35ea..dac2b1a 100644
--- a/recipes-mono/mono-xsp/mono-xsp-3.x.inc
+++ b/recipes-mono/mono-xsp/mono-xsp-3.x.inc
@@ -1,11 +1,10 @@
 DESCRIPTION = "Standalone web server written in C# that can be used to run ASP.NET applications"
 SECTION = "devel/mono"
-DEPENDS = "mono"
-RDEPENDS_${PN} = "mono"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9e1603e27acd337015fdfa7f7ff936c7"
 
 inherit autotools-brokensep
+inherit mono
 
 SRC_URI = "https://github.com/mono/xsp/archive/${PV}.tar.gz"
 
-- 
2.4.4




More information about the yocto mailing list