diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/libqpe | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
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..8cb2ce9bbd 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 \ + file://fix-titleheight.patch" diff --git a/recipes/libqpe/libqpe-opie_1.2.3.bb b/recipes/libqpe/libqpe-opie_1.2.3.bb index 1a74e3a156..2b50fca6e7 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 \ + file://unbreak-logging.patch \ + file://citytime-path.patch \ + file://fix-sd-card-path.patch \ " diff --git a/recipes/libqpe/libqpe-opie_1.2.4.bb b/recipes/libqpe/libqpe-opie_1.2.4.bb index bb154d013f..a1373d32d0 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 \ + file://unbreak-logging.patch \ + file://citytime-path-2.patch \ + file://no-include-pro.patch \ + file://unhide_lnkproperties_destructor.patch \ " diff --git a/recipes/libqpe/libqpe-opie_cvs.bb b/recipes/libqpe/libqpe-opie_cvs.bb index 16b6414759..6ba11ce6f4 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 \ + file://unbreak-logging.patch \ + file://citytime-path-2.patch \ + file://no-include-pro.patch \ " |