eeprog: remove package
The i2c-tools package has adopted the code of eeprog. Cc: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
98ca1e3474
commit
55d79ed93e
@ -145,6 +145,14 @@ endif
|
||||
###############################################################################
|
||||
comment "Legacy options removed in 2018.02"
|
||||
|
||||
config BR2_PACKAGE_EEPROG
|
||||
bool "eeprog package removed"
|
||||
select BR2_LEGACY
|
||||
select BR2_PACKAGE_I2C_TOOLS
|
||||
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
help
|
||||
The eeprog program is now provided by the i2c-tools package.
|
||||
|
||||
config BR2_PACKAGE_GNUPG2_GPGV2
|
||||
bool "gnupg2 gpgv2 option removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -1116,7 +1116,6 @@ F: package/crda/
|
||||
F: package/devmem2/
|
||||
F: package/dnsmasq/
|
||||
F: package/dosfstools/
|
||||
F: package/eeprog/
|
||||
F: package/eigen/
|
||||
F: package/ethtool/
|
||||
F: package/flashbench/
|
||||
|
@ -406,7 +406,6 @@ endmenu
|
||||
source "package/dvb-apps/Config.in"
|
||||
source "package/dvbsnoop/Config.in"
|
||||
source "package/edid-decode/Config.in"
|
||||
source "package/eeprog/Config.in"
|
||||
source "package/eudev/Config.in"
|
||||
source "package/ev3dev-linux-drivers/Config.in"
|
||||
source "package/evemu/Config.in"
|
||||
|
@ -1,6 +0,0 @@
|
||||
config BR2_PACKAGE_EEPROG
|
||||
bool "eeprog"
|
||||
help
|
||||
Simple tool to read/write i2c eeprom chips.
|
||||
|
||||
http://www.codesink.org/eeprog.html
|
@ -1,2 +0,0 @@
|
||||
# Locally calculated
|
||||
sha256 35155cc3844d2c3ae8ed6935fda72768c7f24fddc4a0fca89e4ffbb34880d9ef eeprog-0.7.6.tar.gz
|
@ -1,20 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# eeprog
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EEPROG_VERSION = 0.7.6
|
||||
EEPROG_SITE = http://www.codesink.org/download
|
||||
EEPROG_LICENSE = GPL-2.0+
|
||||
EEPROG_LICENSE_FILES = eeprog.c
|
||||
|
||||
define EEPROG_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define EEPROG_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D $(@D)/eeprog $(TARGET_DIR)/usr/bin/eeprog
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
Loading…
Reference in New Issue
Block a user