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/xorg-app | |
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/xorg-app')
-rw-r--r-- | recipes/xorg-app/xdpyinfo_1.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xdpyinfo_1.0.3.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xdpyinfo_1.1.0.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xev_1.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xev_1.0.3.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xev_1.0.4.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xrandr_1.2.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xrandr_1.2.3.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xrandr_1.3.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xset_1.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xset_1.0.3.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xset_1.0.4.bb | 2 | ||||
-rw-r--r-- | recipes/xorg-app/xset_1.1.0.bb | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/recipes/xorg-app/xdpyinfo_1.0.2.bb b/recipes/xorg-app/xdpyinfo_1.0.2.bb index 83de8d4f37..60cb11b9d8 100644 --- a/recipes/xorg-app/xdpyinfo_1.0.2.bb +++ b/recipes/xorg-app/xdpyinfo_1.0.2.bb @@ -6,7 +6,7 @@ DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender PR = "r1" PE = "1" -SRC_URI += "file://disable-xkb.patch;apply=yes" +SRC_URI += "file://disable-xkb.patch" EXTRA_OECONF = "--disable-xkb" diff --git a/recipes/xorg-app/xdpyinfo_1.0.3.bb b/recipes/xorg-app/xdpyinfo_1.0.3.bb index f9a70d0117..c515c77ef9 100644 --- a/recipes/xorg-app/xdpyinfo_1.0.3.bb +++ b/recipes/xorg-app/xdpyinfo_1.0.3.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" PE = "1" -SRC_URI += "file://disable-xkb.patch;apply=yes" +SRC_URI += "file://disable-xkb.patch" EXTRA_OECONF = "--disable-xkb" diff --git a/recipes/xorg-app/xdpyinfo_1.1.0.bb b/recipes/xorg-app/xdpyinfo_1.1.0.bb index fe210dc31a..d9641b24ff 100644 --- a/recipes/xorg-app/xdpyinfo_1.1.0.bb +++ b/recipes/xorg-app/xdpyinfo_1.1.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" PE = "1" -SRC_URI += "file://disable-xkb.patch;apply=yes" +SRC_URI += "file://disable-xkb.patch" EXTRA_OECONF = "--disable-xkb" diff --git a/recipes/xorg-app/xev_1.0.2.bb b/recipes/xorg-app/xev_1.0.2.bb index 10076fed4f..8c22a1418c 100644 --- a/recipes/xorg-app/xev_1.0.2.bb +++ b/recipes/xorg-app/xev_1.0.2.bb @@ -4,7 +4,7 @@ DESCRIPTION = "X Event Viewer" LICENSE = "MIT" PE = "1" -SRC_URI += "file://diet-x11.patch;apply=yes" +SRC_URI += "file://diet-x11.patch" SRC_URI[archive.md5sum] = "e3008eb0655da3026c162a5597d70869" SRC_URI[archive.sha256sum] = "cac2771b67942d9a00b46532176feb18b2f82c434e0f6ece578d95953ef33053" diff --git a/recipes/xorg-app/xev_1.0.3.bb b/recipes/xorg-app/xev_1.0.3.bb index aee7e335e7..cb6e7cdd0f 100644 --- a/recipes/xorg-app/xev_1.0.3.bb +++ b/recipes/xorg-app/xev_1.0.3.bb @@ -4,7 +4,7 @@ DESCRIPTION = "X Event Viewer" LICENSE = "MIT" PE = "1" -SRC_URI += "file://diet-x11.patch;apply=yes" +SRC_URI += "file://diet-x11.patch" SRC_URI[archive.md5sum] = "a9532c3d1683c99bb5df1895cb3a60b1" SRC_URI[archive.sha256sum] = "d4ac7ae154ee9733be27a5f55586abb9362c768f5fb8a4fc7fd2645100a9313a" diff --git a/recipes/xorg-app/xev_1.0.4.bb b/recipes/xorg-app/xev_1.0.4.bb index 21e0bf1666..4823517a7b 100644 --- a/recipes/xorg-app/xev_1.0.4.bb +++ b/recipes/xorg-app/xev_1.0.4.bb @@ -4,7 +4,7 @@ DESCRIPTION = "X Event Viewer" LICENSE = "MIT" PE = "1" -SRC_URI += "file://diet-x11.patch;apply=yes" +SRC_URI += "file://diet-x11.patch" SRC_URI[archive.md5sum] = "5f98c0a2725a33d60ef4956befe078fb" SRC_URI[archive.sha256sum] = "7fad9c9755a624e677f44633dee218e9c22b4ba9a83e6709a6cbf8c1a501fde8" diff --git a/recipes/xorg-app/xrandr_1.2.2.bb b/recipes/xorg-app/xrandr_1.2.2.bb index 02f0686134..bac668e12c 100644 --- a/recipes/xorg-app/xrandr_1.2.2.bb +++ b/recipes/xorg-app/xrandr_1.2.2.bb @@ -5,7 +5,7 @@ LICENSE= "BSD-X" DEPENDS += "libxrandr libxrender" PE = "1" -SRC_URI += "file://resolve_symbol_clash.patch;apply=yes" +SRC_URI += "file://resolve_symbol_clash.patch" SRC_URI[archive.md5sum] = "c6ec9dc42396e3b3a2da932f3feca6ec" SRC_URI[archive.sha256sum] = "632f3ff492a07f8279807ffbafe4f89af069bb0e7b4934b3ddf7379509aa9303" diff --git a/recipes/xorg-app/xrandr_1.2.3.bb b/recipes/xorg-app/xrandr_1.2.3.bb index bd4319fa2b..a972f55944 100644 --- a/recipes/xorg-app/xrandr_1.2.3.bb +++ b/recipes/xorg-app/xrandr_1.2.3.bb @@ -5,7 +5,7 @@ LICENSE= "BSD-X" DEPENDS += "libxrandr libxrender" PE = "1" -SRC_URI += "file://resolve_symbol_clash.patch;apply=yes" +SRC_URI += "file://resolve_symbol_clash.patch" SRC_URI[archive.md5sum] = "41a9d0cc073fa6165a31fbf9e85f68a6" SRC_URI[archive.sha256sum] = "ab06b77f3a2b8866279e096f9d2702ac644681424eb0aec39e4eb7199f152207" diff --git a/recipes/xorg-app/xrandr_1.3.2.bb b/recipes/xorg-app/xrandr_1.3.2.bb index 175b230a34..0c937c663a 100644 --- a/recipes/xorg-app/xrandr_1.3.2.bb +++ b/recipes/xorg-app/xrandr_1.3.2.bb @@ -5,7 +5,7 @@ LICENSE= "BSD-X" DEPENDS += "libxrandr libxrender" PE = "1" -SRC_URI += "file://resolve_symbol_clash.patch;apply=yes" +SRC_URI += "file://resolve_symbol_clash.patch" SRC_URI[archive.md5sum] = "2cb19bb1c19ccf77c40032b03dbe06f0" SRC_URI[archive.sha256sum] = "34d4334644a6494573141bb8647feb8f91c0ce8c8d3b6883b4861e038e912249" diff --git a/recipes/xorg-app/xset_1.0.2.bb b/recipes/xorg-app/xset_1.0.2.bb index a8c7fe8d14..19dbaa9280 100644 --- a/recipes/xorg-app/xset_1.0.2.bb +++ b/recipes/xorg-app/xset_1.0.2.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" PE = "1" -SRC_URI += "file://disable-xkb.patch;apply=yes" +SRC_URI += "file://disable-xkb.patch" CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb" diff --git a/recipes/xorg-app/xset_1.0.3.bb b/recipes/xorg-app/xset_1.0.3.bb index 060187e749..303489fd69 100644 --- a/recipes/xorg-app/xset_1.0.3.bb +++ b/recipes/xorg-app/xset_1.0.3.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" PE = "1" -SRC_URI += "file://disable-xkb.patch;apply=yes" +SRC_URI += "file://disable-xkb.patch" CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb" diff --git a/recipes/xorg-app/xset_1.0.4.bb b/recipes/xorg-app/xset_1.0.4.bb index 0fd7a71155..ac6e5bb705 100644 --- a/recipes/xorg-app/xset_1.0.4.bb +++ b/recipes/xorg-app/xset_1.0.4.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" PE = "1" -SRC_URI += "file://disable-xkb.patch;apply=yes" +SRC_URI += "file://disable-xkb.patch" CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb" diff --git a/recipes/xorg-app/xset_1.1.0.bb b/recipes/xorg-app/xset_1.1.0.bb index 814c1e1863..e568597544 100644 --- a/recipes/xorg-app/xset_1.1.0.bb +++ b/recipes/xorg-app/xset_1.1.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" PE = "1" -SRC_URI += "file://disable-xkb.patch;apply=yes" +SRC_URI += "file://disable-xkb.patch" CFLAGS += "-D_GNU_SOURCE" EXTRA_OECONF = "--disable-xkb" |