diff options
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc | 11 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb | 13 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc deleted file mode 100644 index 35cb33aa4e..0000000000 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Misc build failure for master HEAD | ||
2 | SRC_URI += "file://crosscompile.patch \ | ||
3 | file://fix_open_max_preprocessor_error.patch \ | ||
4 | file://gcc-47-warning.patch \ | ||
5 | file://mips64-compiler.patch \ | ||
6 | " | ||
7 | |||
8 | SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" | ||
9 | SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2" | ||
10 | |||
11 | PR = "r8" | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb index 0f94fe29c5..c707567b1e 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb | |||
@@ -1,2 +1,13 @@ | |||
1 | require xserver-xorg.inc | 1 | require xserver-xorg.inc |
2 | require xserver-xorg-${PV}.inc | 2 | |
3 | # Misc build failure for master HEAD | ||
4 | SRC_URI += "file://crosscompile.patch \ | ||
5 | file://fix_open_max_preprocessor_error.patch \ | ||
6 | file://gcc-47-warning.patch \ | ||
7 | file://mips64-compiler.patch \ | ||
8 | " | ||
9 | |||
10 | SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" | ||
11 | SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2" | ||
12 | |||
13 | PR = "r8" | ||