aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-08-24 20:07:36 +0000
committerGeoff Levand <geoffrey.levand@am.sony.com>2009-08-24 20:07:36 +0000
commit9eeaebb7303aa92420d8b5e007c2d42d118cadac (patch)
tree4daa15d7fe04e7246fd00e32119f7df6938984b7 /package/kexec-tools
parentc931a7be1490f40489892b8ef4ad35e98edfb870 (diff)
downloadupstream-9eeaebb7303aa92420d8b5e007c2d42d118cadac.tar.gz
upstream-9eeaebb7303aa92420d8b5e007c2d42d118cadac.tar.bz2
upstream-9eeaebb7303aa92420d8b5e007c2d42d118cadac.zip
kexec-tools: Add libtool PKG_FIXUP
libtool is needed to build kexec-tools. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 17372
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile
index 53c75b75a6..c4b1379466 100644
--- a/package/kexec-tools/Makefile
+++ b/package/kexec-tools/Makefile
@@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools
PKG_MD5SUM:=67c1a396fdf67b984dad939a59a01571
+PKG_FIXUP:=libtool
+
include $(INCLUDE_DIR)/package.mk
define Package/kexec-tools