diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/librfid | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/librfid')
-rw-r--r-- | recipes/librfid/librfid_svn.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/librfid/librfid_svn.bb b/recipes/librfid/librfid_svn.bb index cfa9659fa8..03ddf18b78 100644 --- a/recipes/librfid/librfid_svn.bb +++ b/recipes/librfid/librfid_svn.bb @@ -10,18 +10,18 @@ PV = "0.2.0+svnr${SRCPV}" PR = "r5" SRC_URI = "svn://svn.gnumonks.org/trunk;module=${SRCNAME};proto=http \ - 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://010-rc632-definitions-fix.patch;apply=yes \ + file://011-rc632-define-fixes-followups.patch;apply=yes \ + file://012-rc632-error-reg-ro-2.patch;apply=yes \ + file://013-zero-UID.patch;apply=yes \ + file://015-no_segfault.patch;apply=yes \ + file://soos01-set_clear_bits.patch;apply=yes \ + file://soos02-check-errors.patch;apply=yes \ + file://soos03-no_hang-openpcd.patch;apply=yes \ file://librfid.rules \ " -SRC_URI_append_boc01 = "file://spidev.patch;patch=1" +SRC_URI_append_boc01 = "file://spidev.patch;apply=yes" PACKAGE_ARCH_boc01 = "boc01" EXTRA_OECONF_boc01 += "--enable-spidev" |