From 85615dd622e164114bfa1645422b2d5b87362ca9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Jul 2010 23:55:39 +0200 Subject: [PATCH] busybox-hosttools: add metafile support Signed-off-by: Stephan Raue --- packages/sysutils/busybox-hosttools/build | 1 - packages/sysutils/busybox-hosttools/meta | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 packages/sysutils/busybox-hosttools/meta diff --git a/packages/sysutils/busybox-hosttools/build b/packages/sysutils/busybox-hosttools/build index 163778fec5..f8a9da5211 100755 --- a/packages/sysutils/busybox-hosttools/build +++ b/packages/sysutils/busybox-hosttools/build @@ -2,7 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain $SCRIPTS/unpack busybox setup_toolchain host diff --git a/packages/sysutils/busybox-hosttools/meta b/packages/sysutils/busybox-hosttools/meta new file mode 100644 index 0000000000..0b1f9273ab --- /dev/null +++ b/packages/sysutils/busybox-hosttools/meta @@ -0,0 +1,14 @@ +PKG_NAME="busybox-hosttools" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.busybox.net" +PKG_URL="" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="required" +PKG_SECTION="system" +PKG_SHORTDESC="BusyBox: The Swiss Army Knife of Embedded Linux" +PKG_LONGDESC="BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete environment for any small or embedded system." +PKG_IS_ADDON="no"