summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-08-18 00:17:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:23:30 -0700
commita0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch)
tree04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-graphics
parente30a104c9c26ab47ba91939b585d113873cfb4c5 (diff)
downloadpoky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since striplevel=1 is default (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/clutter/clutter_git.bb4
-rw-r--r--meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb6
-rw-r--r--meta/recipes-graphics/libmatchbox/libmatchbox_git.bb6
-rw-r--r--meta/recipes-graphics/libsdl/libsdl_1.2.11.bb4
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb2
-rw-r--r--meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb2
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_git.bb4
-rw-r--r--meta/recipes-graphics/mutter/mutter_git.bb10
-rw-r--r--meta/recipes-graphics/tslib/tslib_1.0.bb4
-rw-r--r--meta/recipes-graphics/xcb/libxcb.inc2
-rw-r--r--meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb4
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11-diet_git.bb6
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_git.inc6
-rw-r--r--meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb2
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb28
-rw-r--r--meta/recipes-graphics/xtscal/xtscal_0.6.3.bb4
17 files changed, 48 insertions, 48 deletions
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
index 76a26a6313..020453f0c7 100644
--- a/meta/recipes-graphics/clutter/clutter_git.bb
+++ b/meta/recipes-graphics/clutter/clutter_git.bb
@@ -8,8 +8,8 @@ PV = "1.0.0+git${SRCPV}"
8PR = "r9" 8PR = "r9"
9 9
10SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \ 10SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
11 file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;patch=1;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \ 11 file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
12 file://enable_tests.patch;patch=1;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 " 12 file://enable_tests.patch;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15BASE_CONF += "--disable-introspection" 15BASE_CONF += "--disable-introspection"
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb
index b2cf46dd4d..3b691f70a8 100644
--- a/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb
+++ b/meta/recipes-graphics/libmatchbox/libmatchbox_1.9.bb
@@ -3,10 +3,10 @@ require libmatchbox.inc
3PR = "r8" 3PR = "r8"
4 4
5SRC_URI = "http://projects.o-hand.com/matchbox/sources/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ 5SRC_URI = "http://projects.o-hand.com/matchbox/sources/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
6 file://16bppfixes.patch;patch=1 \ 6 file://16bppfixes.patch \
7 file://configure_fixes.patch;patch=1 \ 7 file://configure_fixes.patch \
8 file://check.m4 \ 8 file://check.m4 \
9 file://matchbox-start-fix.patch;patch=1" 9 file://matchbox-start-fix.patch"
10 10
11SRC_URI[md5sum] = "465fa15c43bf0091a3810e7702fe143f" 11SRC_URI[md5sum] = "465fa15c43bf0091a3810e7702fe143f"
12SRC_URI[sha256sum] = "f7054f93c57ba6b758d0e4f47d4d2dd96a7fe487e1157eb70a4d642910275aea" 12SRC_URI[sha256sum] = "f7054f93c57ba6b758d0e4f47d4d2dd96a7fe487e1157eb70a4d642910275aea"
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb
index 2984177ac3..d9d4535aa6 100644
--- a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb
+++ b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb
@@ -6,10 +6,10 @@ PR = "r0"
6DEFAULT_PREFERENCE = "-1" 6DEFAULT_PREFERENCE = "-1"
7 7
8SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ 8SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
9 file://configure_fixes.patch;patch=1 \ 9 file://configure_fixes.patch \
10 file://check.m4 \ 10 file://check.m4 \
11 file://16bppfixes.patch;patch=1 \ 11 file://16bppfixes.patch \
12 file://matchbox-start-fix.patch;patch=1" 12 file://matchbox-start-fix.patch"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb
index f08077d8d2..8b0d3c2932 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.11.bb
@@ -17,8 +17,8 @@ PR = "r7"
17 17
18SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ 18SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
19 file://acinclude.m4 \ 19 file://acinclude.m4 \
20 file://configure_tweak.patch;patch=1 \ 20 file://configure_tweak.patch \
21 file://kernel-asm-page.patch;patch=1 " 21 file://kernel-asm-page.patch "
22 22
23S = "${WORKDIR}/SDL-${PV}" 23S = "${WORKDIR}/SDL-${PV}"
24 24
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
index f68eb2b4ae..63829ecba8 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
@@ -5,7 +5,7 @@ DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage li
5PR = "r4" 5PR = "r4"
6 6
7SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ 7SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \
8 file://configure_fix.patch;patch=1 \ 8 file://configure_fix.patch \
9 file://kbdconfig \ 9 file://kbdconfig \
10 file://gconf-2.m4" 10 file://gconf-2.m4"
11 11
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
index 9814d67e66..f58529d3fd 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb
@@ -15,7 +15,7 @@ PV = "1.2+git${SRCPV}"
15PR = "r0" 15PR = "r0"
16 16
17SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ 17SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \
18 file://configure_fix.patch;patch=1;maxrev=1818 \ 18 file://configure_fix.patch;maxrev=1818 \
19 file://kbdconfig" 19 file://kbdconfig"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb
index 07887f4c10..c4132d7447 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_git.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb
@@ -1,9 +1,9 @@
1include mesa-common.inc 1include mesa-common.inc
2 2
3SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ 3SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
4 file://cross2.patch;patch=1 \ 4 file://cross2.patch \
5 file://matypes.h" 5 file://matypes.h"
6# file://mesa-DRI2Swapbuffer.patch;patch=1 " 6# file://mesa-DRI2Swapbuffer.patch "
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9PROTO_DEPS = "xf86driproto glproto dri2proto" 9PROTO_DEPS = "xf86driproto glproto dri2proto"
diff --git a/meta/recipes-graphics/mutter/mutter_git.bb b/meta/recipes-graphics/mutter/mutter_git.bb
index c3ba32efdc..94cb17d336 100644
--- a/meta/recipes-graphics/mutter/mutter_git.bb
+++ b/meta/recipes-graphics/mutter/mutter_git.bb
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
10# git://git.gnome.org/mutter.git;protocol=git;branch=master 10# git://git.gnome.org/mutter.git;protocol=git;branch=master
11# 11#
12SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \ 12SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \
13 file://nodocs.patch;patch=1 \ 13 file://nodocs.patch \
14 file://nozenity.patch;patch=1 \ 14 file://nozenity.patch \
15 file://crosscompile.patch;patch=1;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ 15 file://crosscompile.patch;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \
16 file://fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch;patch=1;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ 16 file://fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch;rev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \
17 file://fix_pkgconfig.patch;patch=1;notrev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \ 17 file://fix_pkgconfig.patch;notrev=7adb574bb3fa3880eb85dbc86e580cf3452d57c4 \
18 " 18 "
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb
index ad9bfa781d..3704572baf 100644
--- a/meta/recipes-graphics/tslib/tslib_1.0.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.0.bb
@@ -13,13 +13,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
13PR = "r18" 13PR = "r18"
14 14
15SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ 15SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \
16 file://fix_version.patch;patch=1 \ 16 file://fix_version.patch \
17 file://ts.conf \ 17 file://ts.conf \
18 file://tslib.sh" 18 file://tslib.sh"
19 19
20SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" 20SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e"
21SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" 21SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8"
22SRC_URI_append_qemumips += " file://32bitBE-support.patch;patch=1" 22SRC_URI_append_qemumips += " file://32bitBE-support.patch"
23 23
24 24
25inherit autotools pkgconfig 25inherit autotools pkgconfig
diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc
index 015065e4d7..d3a5044c70 100644
--- a/meta/recipes-graphics/xcb/libxcb.inc
+++ b/meta/recipes-graphics/xcb/libxcb.inc
@@ -15,7 +15,7 @@ DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native"
15# DEPENDS += "xsltproc-native gperf-native" 15# DEPENDS += "xsltproc-native gperf-native"
16 16
17SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" 17SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2"
18# file://xcbincludedir.patch;patch=1" 18# file://xcbincludedir.patch"
19 19
20PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \ 20PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \
21 libxcb-randr libxcb-record libxcb-render libxcb-res \ 21 libxcb-randr libxcb-record libxcb-render libxcb-res \
diff --git a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
index 0727d0f55b..002cc1569b 100644
--- a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
+++ b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
@@ -9,8 +9,8 @@ SECTION = "x11/base"
9PR="r3" 9PR="r3"
10 10
11SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ 11SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \
12 file://use-relative-symlinks.patch;patch=1 \ 12 file://use-relative-symlinks.patch \
13 file://fix_watch_cursor.patch;patch=1" 13 file://fix_watch_cursor.patch"
14 14
15SRC_URI[md5sum] = "7b0c623049d4aab20600d6473f8aab23" 15SRC_URI[md5sum] = "7b0c623049d4aab20600d6473f8aab23"
16SRC_URI[sha256sum] = "b26adf2d503d01299718390ae39dab4691a67220de09423be0364e9a060bf7e4" 16SRC_URI[sha256sum] = "b26adf2d503d01299718390ae39dab4691a67220de09423be0364e9a060bf7e4"
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb
index a56ef114c0..b4dd1edfe2 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb
@@ -13,6 +13,6 @@ PV = "1.3.0+git${SRCPV}"
13PR = "r2" 13PR = "r2"
14 14
15SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ 15SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \
16 file://unbreak.patch;patch=1" 16 file://unbreak.patch"
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
index bd82b357a4..dea7faf12a 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb
@@ -4,9 +4,9 @@ require libx11_git.inc
4DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \ 4DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \
5this version." 5this version."
6 6
7SRC_URI += "file://X18NCMSstubs.diff;patch=1 \ 7SRC_URI += "file://X18NCMSstubs.diff \
8 file://fix-disable-xlocale.diff;patch=1 \ 8 file://fix-disable-xlocale.diff \
9 file://fix-utf8-wrong-define.patch;patch=1" 9 file://fix-utf8-wrong-define.patch"
10 10
11DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ 11DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
12 libxdmcp xf86bigfontproto kbproto inputproto xproto-native" 12 libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
diff --git a/meta/recipes-graphics/xorg-lib/libx11_git.inc b/meta/recipes-graphics/xorg-lib/libx11_git.inc
index 40d806178f..4de424da0a 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_git.inc
+++ b/meta/recipes-graphics/xorg-lib/libx11_git.inc
@@ -3,9 +3,9 @@ PV = "1.2.1+git${SRCPV}"
3SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git" 3SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git"
4S = "${WORKDIR}/git" 4S = "${WORKDIR}/git"
5 5
6SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ 6SRC_URI += "file://x11_disable_makekeys.patch \
7 file://include_fix.patch;patch=1 \ 7 file://include_fix.patch \
8 file://nodolt.patch;patch=1" 8 file://nodolt.patch"
9 9
10FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git" 10FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git"
11FILESPATH = "${FILE_DIRNAME}/libx11-git" 11FILESPATH = "${FILE_DIRNAME}/libx11-git"
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
index 2f9516c2fc..43a628e23d 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb
@@ -15,7 +15,7 @@ PROVIDES = "xfont"
15PR = "r0" 15PR = "r0"
16PE = "1" 16PE = "1"
17 17
18#SRC_URI += "file://no-scalable-crash.patch;patch=1" 18#SRC_URI += "file://no-scalable-crash.patch"
19 19
20XORG_PN = "libXfont" 20XORG_PN = "libXfont"
21 21
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
index b7e5520f42..c2067c923e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
@@ -10,20 +10,20 @@ PE = "1"
10PR = "r26" 10PR = "r26"
11 11
12SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ 12SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
13 file://extra-kmodes.patch;patch=1 \ 13 file://extra-kmodes.patch \
14 file://disable-apm.patch;patch=1 \ 14 file://disable-apm.patch \
15 file://no-serial-probing.patch;patch=1 \ 15 file://no-serial-probing.patch \
16 file://keyboard-resume-workaround.patch;patch=1 \ 16 file://keyboard-resume-workaround.patch \
17 file://enable-xcalibrate.patch;patch=1 \ 17 file://enable-xcalibrate.patch \
18 file://hide-cursor-and-ppm-root.patch;patch=1 \ 18 file://hide-cursor-and-ppm-root.patch \
19 file://fbdev_xrandr_ioctl.patch;patch=1 \ 19 file://fbdev_xrandr_ioctl.patch \
20 file://fix-newer-xorg-headers.patch;patch=1 \ 20 file://fix-newer-xorg-headers.patch \
21 file://crosscompile.patch;patch=1 \ 21 file://crosscompile.patch \
22 file://nodolt.patch;patch=1" 22 file://nodolt.patch"
23# file://kdrive-evdev.patch;patch=1 23# file://kdrive-evdev.patch
24# file://kdrive-use-evdev.patch;patch=1 24# file://kdrive-use-evdev.patch
25# file://enable-builtin-fonts.patch;patch=1 25# file://enable-builtin-fonts.patch
26# file://optional-xkb.patch;patch=1 26# file://optional-xkb.patch
27 27
28 28
29S = "${WORKDIR}/xorg-server-${PV}" 29S = "${WORKDIR}/xorg-server-${PV}"
diff --git a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
index 75013a26c6..e6ccd047b1 100644
--- a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
+++ b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
@@ -15,8 +15,8 @@ DEPENDS = "virtual/libx11 libxft libxcalibrate"
15PR = "r13" 15PR = "r13"
16 16
17SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \ 17SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
18 file://change-cross.patch;patch=1 \ 18 file://change-cross.patch \
19 file://cleanup.patch;patch=1 \ 19 file://cleanup.patch \
20 file://dso_linking_change_build_fix.patch \ 20 file://dso_linking_change_build_fix.patch \
21 file://30xTs_Calibrate.sh" 21 file://30xTs_Calibrate.sh"
22 22