Signed-off-by: Richard Tollerton <rich.toller...@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

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to