From f2a987ab77e45439b287bef520496452389ae8fb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 7 Feb 2013 00:16:29 +0100 Subject: [PATCH] pmtools: move to debug tools Signed-off-by: Stephan Raue --- packages/debug/meta | 2 +- packages/{sysutils => debug}/pmtools/build | 0 packages/{sysutils => debug}/pmtools/install | 0 packages/{sysutils => debug}/pmtools/meta | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename packages/{sysutils => debug}/pmtools/build (100%) rename packages/{sysutils => debug}/pmtools/install (100%) rename packages/{sysutils => debug}/pmtools/meta (100%) diff --git a/packages/debug/meta b/packages/debug/meta index ab50261315..84414e6177 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="acpica strace gdb dmidecode i2c-tools" +PKG_DEPENDS="acpica strace gdb dmidecode i2c-tools pmtools" PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="optional" PKG_SECTION="debug" diff --git a/packages/sysutils/pmtools/build b/packages/debug/pmtools/build similarity index 100% rename from packages/sysutils/pmtools/build rename to packages/debug/pmtools/build diff --git a/packages/sysutils/pmtools/install b/packages/debug/pmtools/install similarity index 100% rename from packages/sysutils/pmtools/install rename to packages/debug/pmtools/install diff --git a/packages/sysutils/pmtools/meta b/packages/debug/pmtools/meta similarity index 100% rename from packages/sysutils/pmtools/meta rename to packages/debug/pmtools/meta