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