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/libqpe | |
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/libqpe')
-rw-r--r-- | recipes/libqpe/libqpe-opie_1.2.2.bb | 4 | ||||
-rw-r--r-- | recipes/libqpe/libqpe-opie_1.2.3.bb | 8 | ||||
-rw-r--r-- | recipes/libqpe/libqpe-opie_1.2.4.bb | 10 | ||||
-rw-r--r-- | recipes/libqpe/libqpe-opie_cvs.bb | 8 |
4 files changed, 15 insertions, 15 deletions
diff --git a/recipes/libqpe/libqpe-opie_1.2.2.bb b/recipes/libqpe/libqpe-opie_1.2.2.bb index b209780ff7..568e8933e0 100644 --- a/recipes/libqpe/libqpe-opie_1.2.2.bb +++ b/recipes/libqpe/libqpe-opie_1.2.2.bb @@ -4,5 +4,5 @@ PR = "${INC_PR}.0" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ - file://save-windows-pos-dynamic.patch;patch=1 \ - file://fix-titleheight.patch;patch=1" + file://save-windows-pos-dynamic.patch;apply=yes \ + file://fix-titleheight.patch;apply=yes" diff --git a/recipes/libqpe/libqpe-opie_1.2.3.bb b/recipes/libqpe/libqpe-opie_1.2.3.bb index 1a74e3a156..a97eea6b3a 100644 --- a/recipes/libqpe/libqpe-opie_1.2.3.bb +++ b/recipes/libqpe/libqpe-opie_1.2.3.bb @@ -4,9 +4,9 @@ PR = "${INC_PR}.0" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ - file://fix-titleheight.patch;patch=1 \ - file://unbreak-logging.patch;patch=1 \ - file://citytime-path.patch;patch=1 \ - file://fix-sd-card-path.patch;patch=1 \ + file://fix-titleheight.patch;apply=yes \ + file://unbreak-logging.patch;apply=yes \ + file://citytime-path.patch;apply=yes \ + file://fix-sd-card-path.patch;apply=yes \ " diff --git a/recipes/libqpe/libqpe-opie_1.2.4.bb b/recipes/libqpe/libqpe-opie_1.2.4.bb index bb154d013f..2fa784a2fe 100644 --- a/recipes/libqpe/libqpe-opie_1.2.4.bb +++ b/recipes/libqpe/libqpe-opie_1.2.4.bb @@ -4,10 +4,10 @@ PR = "${INC_PR}.1" TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/library \ - file://fix-titleheight.patch;patch=1 \ - file://unbreak-logging.patch;patch=1 \ - file://citytime-path-2.patch;patch=1 \ - file://no-include-pro.patch;patch=1 \ - file://unhide_lnkproperties_destructor.patch;patch=1 \ + file://fix-titleheight.patch;apply=yes \ + file://unbreak-logging.patch;apply=yes \ + file://citytime-path-2.patch;apply=yes \ + file://no-include-pro.patch;apply=yes \ + file://unhide_lnkproperties_destructor.patch;apply=yes \ " diff --git a/recipes/libqpe/libqpe-opie_cvs.bb b/recipes/libqpe/libqpe-opie_cvs.bb index 16b6414759..3d444006d4 100644 --- a/recipes/libqpe/libqpe-opie_cvs.bb +++ b/recipes/libqpe/libqpe-opie_cvs.bb @@ -10,8 +10,8 @@ PV = "${OPIE_CVS_PV}" PR = "${INC_PR}.0" SRC_URI = "${HANDHELDS_CVS};module=opie/library \ - file://fix-titleheight.patch;patch=1 \ - file://unbreak-logging.patch;patch=1 \ - file://citytime-path-2.patch;patch=1 \ - file://no-include-pro.patch;patch=1 \ + file://fix-titleheight.patch;apply=yes \ + file://unbreak-logging.patch;apply=yes \ + file://citytime-path-2.patch;apply=yes \ + file://no-include-pro.patch;apply=yes \ " |