diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-18 00:17:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-graphics | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-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')
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}" | |||
8 | PR = "r9" | 8 | PR = "r9" |
9 | 9 | ||
10 | SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \ | 10 | SRC_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 " |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | BASE_CONF += "--disable-introspection" | 15 | BASE_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 | |||
3 | PR = "r8" | 3 | PR = "r8" |
4 | 4 | ||
5 | SRC_URI = "http://projects.o-hand.com/matchbox/sources/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ | 5 | SRC_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 | ||
11 | SRC_URI[md5sum] = "465fa15c43bf0091a3810e7702fe143f" | 11 | SRC_URI[md5sum] = "465fa15c43bf0091a3810e7702fe143f" |
12 | SRC_URI[sha256sum] = "f7054f93c57ba6b758d0e4f47d4d2dd96a7fe487e1157eb70a4d642910275aea" | 12 | SRC_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" | |||
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | 8 | SRC_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 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${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 | ||
18 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 18 | SRC_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 | ||
23 | S = "${WORKDIR}/SDL-${PV}" | 23 | S = "${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 | |||
5 | PR = "r4" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ | 7 | SRC_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}" | |||
15 | PR = "r0" | 15 | PR = "r0" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager;protocol=git \ | 17 | SRC_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 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${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 @@ | |||
1 | include mesa-common.inc | 1 | include mesa-common.inc |
2 | 2 | ||
3 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | 3 | SRC_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 " |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | PROTO_DEPS = "xf86driproto glproto dri2proto" | 9 | PROTO_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 | # |
12 | SRC_URI = "git://git.moblin.org/mutter.git;protocol=git;branch=master \ | 12 | SRC_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 | " |
19 | S = "${WORKDIR}/git" | 19 | S = "${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" | |||
13 | PR = "r18" | 13 | PR = "r18" |
14 | 14 | ||
15 | SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ | 15 | SRC_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 | ||
20 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" | 20 | SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e" |
21 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" | 21 | SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8" |
22 | SRC_URI_append_qemumips += " file://32bitBE-support.patch;patch=1" | 22 | SRC_URI_append_qemumips += " file://32bitBE-support.patch" |
23 | 23 | ||
24 | 24 | ||
25 | inherit autotools pkgconfig | 25 | inherit 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 | ||
17 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" | 17 | SRC_URI = "http://xcb.freedesktop.org/dist/libxcb-${PV}.tar.bz2" |
18 | # file://xcbincludedir.patch;patch=1" | 18 | # file://xcbincludedir.patch" |
19 | 19 | ||
20 | PACKAGES =+ "libxcb-composite libxcb-damage libxcb-dpms libxcb-glx \ | 20 | PACKAGES =+ "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" | |||
9 | PR="r3" | 9 | PR="r3" |
10 | 10 | ||
11 | SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ | 11 | SRC_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 | ||
15 | SRC_URI[md5sum] = "7b0c623049d4aab20600d6473f8aab23" | 15 | SRC_URI[md5sum] = "7b0c623049d4aab20600d6473f8aab23" |
16 | SRC_URI[sha256sum] = "b26adf2d503d01299718390ae39dab4691a67220de09423be0364e9a060bf7e4" | 16 | SRC_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}" | |||
13 | PR = "r2" | 13 | PR = "r2" |
14 | 14 | ||
15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ | 15 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-mouse;protocol=git \ |
16 | file://unbreak.patch;patch=1" | 16 | file://unbreak.patch" |
17 | S = "${WORKDIR}/git" | 17 | S = "${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 | |||
4 | DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \ | 4 | DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \ |
5 | this version." | 5 | this version." |
6 | 6 | ||
7 | SRC_URI += "file://X18NCMSstubs.diff;patch=1 \ | 7 | SRC_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 | ||
11 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | 11 | DEPENDS += "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}" | |||
3 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git" | 3 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libX11;protocol=git" |
4 | S = "${WORKDIR}/git" | 4 | S = "${WORKDIR}/git" |
5 | 5 | ||
6 | SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ | 6 | SRC_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 | ||
10 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git" | 10 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git" |
11 | FILESPATH = "${FILE_DIRNAME}/libx11-git" | 11 | FILESPATH = "${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" | |||
15 | PR = "r0" | 15 | PR = "r0" |
16 | PE = "1" | 16 | PE = "1" |
17 | 17 | ||
18 | #SRC_URI += "file://no-scalable-crash.patch;patch=1" | 18 | #SRC_URI += "file://no-scalable-crash.patch" |
19 | 19 | ||
20 | XORG_PN = "libXfont" | 20 | XORG_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" | |||
10 | PR = "r26" | 10 | PR = "r26" |
11 | 11 | ||
12 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | 12 | SRC_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 | ||
29 | S = "${WORKDIR}/xorg-server-${PV}" | 29 | S = "${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" | |||
15 | PR = "r13" | 15 | PR = "r13" |
16 | 16 | ||
17 | SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \ | 17 | SRC_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 | ||