From 9912f0635ebb8ba976c3867bb851f1798529216d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 7 Feb 2013 00:12:19 +0100 Subject: [PATCH] dmidecode: move to debug tools Signed-off-by: Stephan Raue --- packages/{sysutils => debug}/dmidecode/build | 0 packages/{sysutils => debug}/dmidecode/install | 0 packages/{sysutils => debug}/dmidecode/meta | 0 packages/debug/meta | 2 +- projects/ATV/options | 3 --- scripts/image | 3 --- 6 files changed, 1 insertion(+), 7 deletions(-) rename packages/{sysutils => debug}/dmidecode/build (100%) rename packages/{sysutils => debug}/dmidecode/install (100%) rename packages/{sysutils => debug}/dmidecode/meta (100%) diff --git a/packages/sysutils/dmidecode/build b/packages/debug/dmidecode/build similarity index 100% rename from packages/sysutils/dmidecode/build rename to packages/debug/dmidecode/build diff --git a/packages/sysutils/dmidecode/install b/packages/debug/dmidecode/install similarity index 100% rename from packages/sysutils/dmidecode/install rename to packages/debug/dmidecode/install diff --git a/packages/sysutils/dmidecode/meta b/packages/debug/dmidecode/meta similarity index 100% rename from packages/sysutils/dmidecode/meta rename to packages/debug/dmidecode/meta diff --git a/packages/debug/meta b/packages/debug/meta index f3b70eef15..1415d6fb10 100644 --- a/packages/debug/meta +++ b/packages/debug/meta @@ -25,7 +25,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" PKG_URL="" -PKG_DEPENDS="strace gdb" +PKG_DEPENDS="strace gdb dmidecode" PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" PKG_SECTION="debug" diff --git a/projects/ATV/options b/projects/ATV/options index c8748d5b22..5432431588 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -309,9 +309,6 @@ # build with lm_sensors hardware monitoring support (yes / no) SENSOR_SUPPORT="yes" -# build with dmidecode support (yes / no) - DMIDECODE_SUPPORT="yes" - # build with swap support (yes / no) SWAP_SUPPORT="yes" diff --git a/scripts/image b/scripts/image index ed70c69dce..dd46401e7a 100755 --- a/scripts/image +++ b/scripts/image @@ -135,9 +135,6 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION" # Sensors support [ "$SENSOR_SUPPORT" = "yes" ] && $SCRIPTS/install lm_sensors -# dmidecode support - [ "$DMIDECODE_SUPPORT" = "yes" ] && $SCRIPTS/install dmidecode - # Update support [ "$UPDATE_SUPPORT" = "yes" ] && $SCRIPTS/install autoupdate