[meta-intel] [PATCH] xorg-driver: remove duplicate files from oe-core

Ross Burton ross.burton at intel.com
Wed Oct 7 13:45:10 PDT 2015


These files are copies of files from oe-core, delete them as they are unused.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../xorg-driver/xorg-driver-common.inc             | 33 ----------------------
 .../xorg-driver/xorg-driver-video.inc              |  4 ---
 2 files changed, 37 deletions(-)
 delete mode 100644 common/recipes-graphics/xorg-driver/xorg-driver-common.inc
 delete mode 100644 common/recipes-graphics/xorg-driver/xorg-driver-video.inc

diff --git a/common/recipes-graphics/xorg-driver/xorg-driver-common.inc b/common/recipes-graphics/xorg-driver/xorg-driver-common.inc
deleted file mode 100644
index 1ed2742..0000000
--- a/common/recipes-graphics/xorg-driver/xorg-driver-common.inc
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "X driver"
-HOMEPAGE = "http://www.x.org"
-BUGTRACKER = "https://bugs.freedesktop.org"
-SECTION = "x11/drivers"
-LICENSE = "MIT-X"
-
-PE = "2"
-INC_PR = "r0"
-
-DEPENDS = "virtual/xserver xproto randrproto util-macros"
-
-SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2"
-
-S = "${WORKDIR}/${BPN}-${PV}"
-
-FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so"
-FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug"
-
-inherit autotools pkgconfig
-
-# AC_CHECK_FILE doesn't work when cross compiling, so we create a replacement
-# macro that simply assumes the test succeeds. 
-do_configure_prepend () {
-    echo 'AC_DEFUN(CC_AC_CHECK_FILE, $2)' > configure.ac.new
-    sed 's/AC_CHECK_FILE/CC_AC_CHECK_FILE/g' configure.ac >> configure.ac.new
-    mv configure.ac.new configure.ac
-}
-
-# FIXME: We don't want to include the libtool archives (*.la) from modules
-# directory, as they serve no useful purpose. Upstream should fix Makefile.am
-do_install_append() {
-	find ${D}${libdir}/xorg/modules -regex ".*\.la$" | xargs rm -f --
-}
diff --git a/common/recipes-graphics/xorg-driver/xorg-driver-video.inc b/common/recipes-graphics/xorg-driver/xorg-driver-video.inc
deleted file mode 100644
index 57c80d1..0000000
--- a/common/recipes-graphics/xorg-driver/xorg-driver-video.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-include xorg-driver-common.inc
-
-DEPENDS =+ "renderproto videoproto xextproto fontsproto"
-
-- 
2.1.4



More information about the meta-intel mailing list