diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_1.8.1.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.8.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.8.1.bb b/recipes/xorg-xserver/xserver-xorg_1.8.1.bb index d3df4c3a18..72fb845869 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.8.1.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.8.1.bb @@ -13,15 +13,15 @@ DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_shr = "1" SRC_URI += " \ - file://dolt-fix-1.7.0.patch;patch=1 \ - file://randr-support-1.7.0.patch;patch=1 \ - file://hack-fbdev-ignore-return-mode.patch;patch=1 \ + 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[archive.md5sum] = "7c3b873692f4e93938261d774510e78d" SRC_URI[archive.sha256sum] = "bddb974d8f21107ab8f79abf92cebb06ec13243f1ffd1ef56b48452c4994659d" -SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;patch=1" -SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch;patch=1" +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" do_install_prepend() { mkdir -p ${D}/${libdir}/X11/fonts |