sed: bump to 4.2.1 to fix build failure
Version 4.1.5 fails to build due to the infamous getline() conflict issue. 4.2.1 doesn't have this problem. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
aa3439e6a3
commit
844bbbb3fd
@ -3,7 +3,7 @@
|
||||
# sed
|
||||
#
|
||||
#############################################################
|
||||
SED_VERSION:=4.1.5
|
||||
SED_VERSION:=4.2.1
|
||||
SED_SOURCE:=sed-$(SED_VERSION).tar.gz
|
||||
SED_SITE:=$(BR2_GNU_MIRROR)/sed
|
||||
SED_CAT:=$(ZCAT)
|
||||
@ -100,7 +100,7 @@ endif
|
||||
#############################################################
|
||||
$(SED_DIR2)/.unpacked: $(DL_DIR)/$(SED_SOURCE)
|
||||
$(SED_CAT) $(DL_DIR)/$(SED_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
$(CONFIG_UPDATE) $(SED_DIR2)/config
|
||||
$(CONFIG_UPDATE) $(SED_DIR2)/build-aux
|
||||
touch $@
|
||||
|
||||
$(SED_DIR2)/.configured: $(SED_DIR2)/.unpacked
|
||||
|
Loading…
Reference in New Issue
Block a user