aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:50:59 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:50:59 +0100
commit4dcccecc0335902854b33c8889c195472e2d3801 (patch)
tree56b1b22cc48392df68c38dbb5b76915d1a406399 /recipes
parentacfe65f876aa99a8e27eb0f6074b30db7098e038 (diff)
downloadopenembedded-rpurdie/for-testing.tar.gz
xorg-driver: Remove staging null opsrpurdie/for-testing
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/xorg-driver/xorg-driver-common.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/xorg-driver/xorg-driver-common.inc b/recipes/xorg-driver/xorg-driver-common.inc
index ff620dd649..a8b0fb3e98 100644
--- a/recipes/xorg-driver/xorg-driver-common.inc
+++ b/recipes/xorg-driver/xorg-driver-common.inc
@@ -17,11 +17,6 @@ inherit autotools pkgconfig
TARGET_CPPFLAGS += "-I${STAGING_DIR_HOST}/usr/include/xorg"
-
-do_stage() {
- autotools_stage_all
-}
-
# Another sucky behavor from Xorg configure scripts.
# They use AC_CHECK_FILE to check for DRI headers. Yuck!
# Of course this will blow up when cross compiling.