diff options
Diffstat (limited to 'packages/librfid/librfid_svn.bb')
-rw-r--r-- | packages/librfid/librfid_svn.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/packages/librfid/librfid_svn.bb b/packages/librfid/librfid_svn.bb index 49f9a95198..78800de3eb 100644 --- a/packages/librfid/librfid_svn.bb +++ b/packages/librfid/librfid_svn.bb @@ -6,10 +6,17 @@ DEPENDS = "libusb" SRCNAME = "librfid" PV = "0.2.0+svnr${SRCREV}" -PR = "r4" +PR = "r5" SRC_URI = "svn://svn.gnumonks.org/trunk;module=${SRCNAME};proto=http \ - file://mifare_ul_timeout.patch;patch=1 \ + file://010-rc632-definitions-fix.patch;patch=1 \ + file://011-rc632-define-fixes-followups.patch;patch=1 \ + file://012-rc632-error-reg-ro-2.patch;patch=1 \ + file://013-zero-UID.patch;patch=1 \ + file://015-no_segfault.patch;patch=1 \ + file://soos01-set_clear_bits.patch;patch=1 \ + file://soos02-check-errors.patch;patch=1 \ + file://soos03-no_hang-openpcd.patch;patch=1 \ file://librfid.rules \ " |