[yocto] [meta-mono] [PATCH 03/11] dbus-sharp: use mono.bbclass

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


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

diff --git a/recipes-mono/dbus-sharp/dbus-sharp.inc b/recipes-mono/dbus-sharp/dbus-sharp.inc
index 243b489..a458082 100644
--- a/recipes-mono/dbus-sharp/dbus-sharp.inc
+++ b/recipes-mono/dbus-sharp/dbus-sharp.inc
@@ -1,11 +1,11 @@
 SUMMARY = "C# implementation of D-Bus"
 DESCRIPTION = "An inter-process communication framework that lets applications	interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration."
 SECTION = "devel/mono"
-DEPENDS = "mono"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "files://COPYING;md5=09d60852216ea29fdba9ea146513336c"
 
 inherit autotools
+inherit mono
 
 def dbus_sharp_download_version(d):
     pvsplit = d.getVar('PV', True).split('.')
@@ -18,14 +18,3 @@ SRC_URI = "https://github.com/mono/dbus-sharp/archive/v${SDIRVER}.tar.gz"
 S = "${WORKDIR}/${PN}-${SDIRVER}"
 
 FILESPATH =. "${FILE_DIRNAME}/${PN}-${PV}:"
-
-FILES_${PN} += " \
-  ${libdir}/mono/dbus-sharp-2.0/* \
-  ${libdir}/mono/gac/dbus-sharp/*/*.dll \
-  ${libdir}/mono/gac/dbus-sharp/*/*.config \
-"
-
-FILES_${PN}-dbg += " \
-  ${libdir}/mono/gac/dbus-sharp/*/*.mdb \
-"
-
-- 
2.4.4




More information about the yocto mailing list