From 09b1bf350384722127ac9f098a72371cf27c3822 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 24 Sep 2012 13:30:02 +0100 Subject: xserver-xorg: merge version-specific .inc into .bb The version-specific .inc was shared with the xserver-xorg-lite package, but that doesn't exist anymore. Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc | 11 ----------- meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb | 13 ++++++++++++- 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc (limited to 'meta/recipes-graphics') 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 @@ -# Misc build failure for master HEAD -SRC_URI += "file://crosscompile.patch \ - file://fix_open_max_preprocessor_error.patch \ - file://gcc-47-warning.patch \ - file://mips64-compiler.patch \ - " - -SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" -SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2" - -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 @@ require xserver-xorg.inc -require xserver-xorg-${PV}.inc + +# Misc build failure for master HEAD +SRC_URI += "file://crosscompile.patch \ + file://fix_open_max_preprocessor_error.patch \ + file://gcc-47-warning.patch \ + file://mips64-compiler.patch \ + " + +SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" +SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2" + +PR = "r8" -- cgit 1.2.3-korg