diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_1.7.4.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.7.4.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.4.bb b/recipes/xorg-xserver/xserver-xorg_1.7.4.bb index e90d84c1f5..8dbf5f8986 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.7.4.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.7.4.bb @@ -5,14 +5,14 @@ DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts" PE = "2" PR = "${INC_PR}.1" -SRC_URI += "file://sysroot_fix.patch;apply=yes \ - file://dolt-fix-1.7.0.patch;apply=yes \ - file://randr-support-1.7.0.patch;apply=yes \ - file://hack-fbdev-ignore-return-mode.patch;apply=yes \ +SRC_URI += "file://sysroot_fix.patch \ + file://dolt-fix-1.7.0.patch \ + file://randr-support-1.7.0.patch \ + file://hack-fbdev-ignore-return-mode.patch \ " -SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;apply=yes" -SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch;apply=yes" +SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch" +SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch" do_install_prepend() { mkdir -p ${D}/${libdir}/X11/fonts |