librfid: enable SPI support for boc01
authorJeremy Lainé <jeremy.laine@m4x.org>
Mon, 15 Dec 2008 15:36:52 +0000 (16:36 +0100)
committerJeremy Lainé <jeremy.laine@m4x.org>
Mon, 15 Dec 2008 15:36:52 +0000 (16:36 +0100)
packages/librfid/librfid_svn.bb

index 0033eb4..3a00035 100644 (file)
@@ -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