[yocto] [meta-mono] [PATCH 06/11] mono-helloworld: use mono.bbclass

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


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

diff --git a/recipes-mono/mono-helloworld/mono-helloworld.inc b/recipes-mono/mono-helloworld/mono-helloworld.inc
index 8fa046f..d63ca8c 100644
--- a/recipes-mono/mono-helloworld/mono-helloworld.inc
+++ b/recipes-mono/mono-helloworld/mono-helloworld.inc
@@ -6,16 +6,14 @@ SECTION = "mono/applications"
 PRIORITY = "optional"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=783b7e40cdfb4a1344d15b1f7081af66"
-DEPENDS = "mono"
 
 SRC_URI = "https://github.com/DynamicDevices/mono-helloworld/archive/v${PV}.tar.gz"
 
 inherit autotools
+inherit mono
 
 FILES_${PN} = "${libdir}/helloworld/helloworld.exe \
 		${bindir}/helloworld \
         	${libdir}/helloworld/helloworldform.exe \
 		${bindir}/helloworldform \
 "
-
-RDEPENDS_${PN} += "mono"
-- 
2.4.4




More information about the yocto mailing list