From 4608c4c1a4191c8d8e0a23cc9161bc7cccbedefc Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 25 Apr 2012 04:30:33 +0000 Subject: berkeleydb: add option for tools install Add an option to install (or not) the berkeleydb binary tools. The default is no since most of the time/application just need the library and it helps save some space in the target. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/berkeleydb/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'package/berkeleydb/Config.in') diff --git a/package/berkeleydb/Config.in b/package/berkeleydb/Config.in index 9568d4425..a597abbe8 100644 --- a/package/berkeleydb/Config.in +++ b/package/berkeleydb/Config.in @@ -5,3 +5,9 @@ config BR2_PACKAGE_BERKELEYDB applications. http://www.sleepycat.com/products/db.shtml + +config BR2_PACKAGE_BERKELEYDB_TOOLS + bool "install tools" + depends on BR2_PACKAGE_BERKELEYDB + help + Install berkeleydb tools, mostly useful for debugging purposes. -- cgit v1.2.3