]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg: merge version-specific .inc into .bb
authorRoss Burton <ross.burton@intel.com>
Mon, 24 Sep 2012 12:30:02 +0000 (13:30 +0100)
committerSaul Wold <sgw@linux.intel.com>
Fri, 28 Sep 2012 08:14:01 +0000 (01:14 -0700)
The version-specific .inc was shared with the xserver-xorg-lite package, but
that doesn't exist anymore.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.2.bb

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 (file)
index 35cb33a..0000000
+++ /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"
index 0f94fe29c50b87fea2b2d030b019d3810e7fcbc0..c707567b1efc1035ccfca80314d2ec4fc2e751a2 100644 (file)
@@ -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"