From 72fc52b61d5fe0128cb86d16bbc5e44ce266846e Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 6 Jan 2012 00:42:08 +0100 Subject: x11-common: remove extraneous BSP customizations (From OE-Core rev: caf0bdaa8f137ac7a775aff3d41ec1bfb2907afa) Signed-off-by: Andrea Adami Signed-off-by: Richard Purdie --- .../x11-common/x11-common/etc/X11/Xserver | 24 ---------------------- 1 file changed, 24 deletions(-) (limited to 'meta/recipes-graphics/x11-common') diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver index 57923e6b95..cea733e9fb 100644 --- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver +++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver @@ -18,14 +18,6 @@ fi . /etc/profile -module_id() { - ## used to read from assets, but sometimes assets is corrupted - # grep "Module ID" /proc/hal/assets | sed "s/.*://" - ## used to read from /proc/hal/model, but that is removed in 2.6 - # echo ' iPAQ' `cat /proc/hal/model` - awk 'BEGIN { FS=": " } /Hardware/ { print $2 } '