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/xcursor-transparent-theme | |
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/xcursor-transparent-theme')
-rw-r--r-- | recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | 4 | ||||
-rw-r--r-- | recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb index 41cdc2014c..ef746a825a 100644 --- a/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb +++ b/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb @@ -4,8 +4,8 @@ SECTION = "x11/base" PR ="r2" SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ - file://use-relative-symlinks.patch;apply=yes \ - file://fix_watch_cursor.patch;apply=yes" + file://use-relative-symlinks.patch \ + file://fix_watch_cursor.patch" FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" inherit autotools diff --git a/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb b/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb index 930c166456..512c5fe215 100644 --- a/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb +++ b/recipes/xcursor-transparent-theme/xcursor-watchonly-theme_0.1.1.bb @@ -6,8 +6,8 @@ RPROVIDES = "xcursor-transparent-theme" PR ="r4" SRC_URI = "http://projects.o-hand.com/matchbox/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ - file://use-relative-symlinks.patch;apply=yes \ - file://skip_watch_cursor.patch;apply=yes \ + file://use-relative-symlinks.patch \ + file://skip_watch_cursor.patch \ file://20xcursor-transparent" S = "${WORKDIR}/xcursor-transparent-theme-${PV}" |