diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_1.7.1.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.7.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.1.bb b/recipes/xorg-xserver/xserver-xorg_1.7.1.bb index 14d1a20ab1..0be0cdae21 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.7.1.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.7.1.bb @@ -5,9 +5,9 @@ DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts" PE = "2" PR = "${INC_PR}.0" -SRC_URI += "file://sysroot_fix.patch;patch=1 \ - file://dolt-fix-1.7.0.patch;patch=1 \ - file://randr-support-1.7.0.patch;patch=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 \ " do_install_prepend() { mkdir -p ${D}/${libdir}/X11/fonts |