diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-06-10 16:01:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-10 22:59:55 +0200 |
commit | 405e1b6499f473db86afa34a1e26cec8c388806c (patch) | |
tree | a028daf9534e536ada13569070b042962e0d4c15 | |
parent | c233d10cb481cc36f32ef08f097aac246792da4b (diff) | |
download | buildroot-405e1b6499f473db86afa34a1e26cec8c388806c.tar.gz buildroot-405e1b6499f473db86afa34a1e26cec8c388806c.zip |
package/iprutils: needs zlib
Dependency was introduced by
https://sourceforge.net/p/iprdd/iprutils/ci/1f24b814e56939fd09a2319323e604594784fef3/
Fixes
http://autobuild.buildroot.net/results/48e/48e1c7fb920cbc81eee1cf2f43d1551a0a9ce31e/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/iprutils/Config.in | 1 | ||||
-rw-r--r-- | package/iprutils/iprutils.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package/iprutils/Config.in b/package/iprutils/Config.in index 8e2884a82e..0143b53ae6 100644 --- a/package/iprutils/Config.in +++ b/package/iprutils/Config.in @@ -5,6 +5,7 @@ config BR2_PACKAGE_IPRUTILS select BR2_PACKAGE_NCURSES select BR2_PACKAGE_LIBSYSFS select BR2_PACKAGE_PCIUTILS + select BR2_PACKAGE_ZLIB help System utilities for IBM Power RAID devices diff --git a/package/iprutils/iprutils.mk b/package/iprutils/iprutils.mk index 8bb80c8856..0dc7b40060 100644 --- a/package/iprutils/iprutils.mk +++ b/package/iprutils/iprutils.mk @@ -7,7 +7,7 @@ IPRUTILS_VERSION_MAJOR = 2.4.14 IPRUTILS_VERSION = $(IPRUTILS_VERSION_MAJOR).1 IPRUTILS_SITE = https://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/$(IPRUTILS_VERSION_MAJOR) -IPRUTILS_DEPENDENCIES = ncurses libsysfs pciutils +IPRUTILS_DEPENDENCIES = ncurses libsysfs pciutils zlib IPRUTILS_LICENSE = Common Public License Version 1.0 IPRUTILS_LICENSE_FILES = LICENSE |