[oe-commits] Jeremy Lainé : librfid: enable SPI support for boc01

GIT User account git at amethyst.openembedded.net
Mon Dec 15 15:38:33 UTC 2008


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

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Mon Dec 15 16:36:52 2008 +0100

librfid: enable SPI support for boc01

---

 packages/librfid/librfid_svn.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/packages/librfid/librfid_svn.bb b/packages/librfid/librfid_svn.bb
index 0033eb4..3a00035 100644
--- a/packages/librfid/librfid_svn.bb
+++ b/packages/librfid/librfid_svn.bb
@@ -6,10 +6,13 @@ DEPENDS = "libusb"
 SRCNAME = "librfid"
 
 PV = "0.2.0+svnr${SRCREV}"
+PR = "r1"
 
 SRC_URI = "svn://svn.gnumonks.org/trunk;module=${SRCNAME};proto=http \
            file://mifare_ul_timeout.patch;patch=1"
 
+EXTRA_OECONF_boc01 += "--enable-spidev"
+
 S = "${WORKDIR}/${SRCNAME}"
 
 inherit autotools





More information about the Openembedded-commits mailing list