diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/maemo4 | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
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/maemo4')
-rw-r--r-- | recipes/maemo4/libgpsbt_0.1.bb | 2 | ||||
-rw-r--r-- | recipes/maemo4/libgpsmgr_0.1.bb | 2 | ||||
-rw-r--r-- | recipes/maemo4/libhildon_1.99.0.bb | 2 | ||||
-rw-r--r-- | recipes/maemo4/libhildonfm_1.9.46.bb | 2 | ||||
-rw-r--r-- | recipes/maemo4/libosso_2.13.bb | 4 | ||||
-rw-r--r-- | recipes/maemo4/osso-ic-oss_1.0.4.bb | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/recipes/maemo4/libgpsbt_0.1.bb b/recipes/maemo4/libgpsbt_0.1.bb index 59aa205278..c6c6ea6517 100644 --- a/recipes/maemo4/libgpsbt_0.1.bb +++ b/recipes/maemo4/libgpsbt_0.1.bb @@ -7,7 +7,7 @@ DEPENDS = "libgpsmgr dbus" # This is proprietary software in Chinook, so we have to stay with the last released # free version. SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-18.tar.gz \ - file://configure-fix-version.patch;apply=yes" + file://configure-fix-version.patch" inherit autotools diff --git a/recipes/maemo4/libgpsmgr_0.1.bb b/recipes/maemo4/libgpsmgr_0.1.bb index 703d937ad3..ccfef316be 100644 --- a/recipes/maemo4/libgpsmgr_0.1.bb +++ b/recipes/maemo4/libgpsmgr_0.1.bb @@ -3,7 +3,7 @@ LICENSE = "nokia" # This is proprietary software in Chinook, so we have to stay with the last released # free version. SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}-10.tar.gz \ - file://configure-fix-version.patch;apply=yes" + file://configure-fix-version.patch" PR = "r1" diff --git a/recipes/maemo4/libhildon_1.99.0.bb b/recipes/maemo4/libhildon_1.99.0.bb index 8c9c9afc73..2991691a78 100644 --- a/recipes/maemo4/libhildon_1.99.0.bb +++ b/recipes/maemo4/libhildon_1.99.0.bb @@ -4,7 +4,7 @@ DEPENDS += "libpng libxt libxi" SRC_URI = "\ http://repository.maemo.org/pool/maemo4.0/free/source/libh/${PN}/${PN}_${PV}-1.tar.gz \ - file://libhildon-buildfix.patch;apply=yes \ + file://libhildon-buildfix.patch \ " diff --git a/recipes/maemo4/libhildonfm_1.9.46.bb b/recipes/maemo4/libhildonfm_1.9.46.bb index 4c22ce70c2..d14955574b 100644 --- a/recipes/maemo4/libhildonfm_1.9.46.bb +++ b/recipes/maemo4/libhildonfm_1.9.46.bb @@ -4,7 +4,7 @@ PR = "r1" SRC_URI = "\ http://repository.maemo.org/pool/maemo4.0/free/source/libh/${PN}/${PN}_${PV}.tar.gz \ - file://libhildonfm-gtkmaemo-ifdef.patch;apply=yes \ + file://libhildonfm-gtkmaemo-ifdef.patch \ " diff --git a/recipes/maemo4/libosso_2.13.bb b/recipes/maemo4/libosso_2.13.bb index b99a83be29..e785818efa 100644 --- a/recipes/maemo4/libosso_2.13.bb +++ b/recipes/maemo4/libosso_2.13.bb @@ -4,8 +4,8 @@ PR = "r2" SRC_URI = "\ http://repository.maemo.org/pool/maemo4.0/free/source/libo/${PN}/${PN}_${PV}-1.1fix.tar.gz \ - file://libosso-buildfix.patch;apply=yes \ - file://libosso-dont-use-inline.patch;apply=yes \ + file://libosso-buildfix.patch \ + file://libosso-dont-use-inline.patch \ " PACKAGES += "${PN}-outo ${PN}-outo-dev ${PN}-outo-dbg ${PN}-outo-bin-dbg ${PN}-outo-bin" diff --git a/recipes/maemo4/osso-ic-oss_1.0.4.bb b/recipes/maemo4/osso-ic-oss_1.0.4.bb index 9935c9ddbd..5bc7e94599 100644 --- a/recipes/maemo4/osso-ic-oss_1.0.4.bb +++ b/recipes/maemo4/osso-ic-oss_1.0.4.bb @@ -7,7 +7,7 @@ PR = "r1" # No sources for that Maemo revision any more. SRC_URI = "http://repository.maemo.org/pool/bora/free/source/${PN}_${PV}.tar.gz \ - file://dbus-api-update.patch;apply=yes " + file://dbus-api-update.patch " inherit autotools pkgconfig lib_package |