diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-06-25 16:04:15 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-25 15:54:09 +0200 |
commit | 0672f3f2133294b6248af0740bb7bb78f97bccf6 (patch) | |
tree | 062cd239c38547907be601e60771dec9e84750a8 | |
parent | 51a24f8d71afef70ef42ab3e062277f2d602a278 (diff) | |
download | buildroot-0672f3f2133294b6248af0740bb7bb78f97bccf6.tar.gz buildroot-0672f3f2133294b6248af0740bb7bb78f97bccf6.zip |
uboot-tools: drop unreferenced empty variable
Commit log 0e0ea8cf5e2c57 (uboot-tools: install libubootenv to staging)
mentions that installation is done in <pkg>_INSTALL_STAGING_CMDS directly, but
forgot to remove the now empty UBOOT_TOOLS_INSTALL_LIBUBOOTENV.
Cc: Jörg Krause <joerg.krause@embedded.rocks>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/uboot-tools/uboot-tools.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index f6b1fc31fc..831d44451d 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -68,9 +68,6 @@ define UBOOT_TOOLS_INSTALL_DUMPIMAGE endef endif -define UBOOT_TOOLS_INSTALL_LIBUBOOTENV -endef - define UBOOT_TOOLS_INSTALL_STAGING_CMDS $(INSTALL) -D -m 0755 $(@D)/tools/env/lib.a $(STAGING_DIR)/usr/lib/libubootenv.a $(INSTALL) -D -m 0644 $(@D)/tools/env/fw_env.h $(STAGING_DIR)/usr/include/fw_env.h |