summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-09-24 13:30:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 11:07:38 +0100
commit629282ecd02e336178d96e1656b16b9a20f0d92b (patch)
tree1e99efe18fa0505f810ecdbca271b95903e1b78d /meta/recipes-graphics
parente1913fbb01af52feee74bd6ab239678211c7ebb2 (diff)
downloadast2050-yocto-poky-629282ecd02e336178d96e1656b16b9a20f0d92b.zip
ast2050-yocto-poky-629282ecd02e336178d96e1656b16b9a20f0d92b.tar.gz
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. (From OE-Core rev: 09b1bf350384722127ac9f098a72371cf27c3822) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc11
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb13
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 35cb33a..0000000
--- 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 0f94fe2..c707567 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"
OpenPOWER on IntegriCloud