summaryrefslogtreecommitdiffstats
path: root/package/efibootmgr/efibootmgr.mk
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2016-09-30 16:46:44 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-02 13:15:04 +0200
commit3413c4a0a8cd10e84e797d2ed00f022fab986117 (patch)
tree845db6a37955d45a722a0be620ca53d36bf27868 /package/efibootmgr/efibootmgr.mk
parent9a1d2729ec9c594d7690e5ae444a18317dca5813 (diff)
downloadbuildroot-3413c4a0a8cd10e84e797d2ed00f022fab986117.tar.gz
buildroot-3413c4a0a8cd10e84e797d2ed00f022fab986117.zip
efibootmgr: bump to version 14
Upstream has changed version numbering scheme since version 13, which came after version 0.12. There is now a make install target, so we can drop the manual file installing. The make install target also installs the new efibootdump tool. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/efibootmgr/efibootmgr.mk')
-rw-r--r--package/efibootmgr/efibootmgr.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/efibootmgr/efibootmgr.mk b/package/efibootmgr/efibootmgr.mk
index a0c5646cef..731d6e9f59 100644
--- a/package/efibootmgr/efibootmgr.mk
+++ b/package/efibootmgr/efibootmgr.mk
@@ -4,7 +4,7 @@
#
################################################################################
-EFIBOOTMGR_VERSION = efibootmgr-0.12
+EFIBOOTMGR_VERSION = 14
EFIBOOTMGR_SITE = $(call github,rhinstaller,efibootmgr,$(EFIBOOTMGR_VERSION))
EFIBOOTMGR_LICENSE = GPLv2+
EFIBOOTMGR_LICENSE_FILES = COPYING
@@ -21,8 +21,8 @@ define EFIBOOTMGR_BUILD_CMDS
endef
define EFIBOOTMGR_INSTALL_TARGET_CMDS
- $(INSTALL) -D -m 0755 $(@D)/src/efibootmgr/efibootmgr \
- $(TARGET_DIR)/usr/bin/efibootmgr
+ $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
+ DESTDIR=$(TARGET_DIR) install
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud