Commit 2c976083 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

busybox: ensure source gets downloaded/extracted/patched before -menuconfig



Closes #3511

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 0df02e12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
	#3451: fakeroot package: wrong FAKEROOT_SITE variable
	#3457: alsamixergui: broken URL
	#3475: Calling sync on large filesystems when not always necessary
	#3511: make busybox-menuconfig does not download busybox package

2011.02, Released February 28th, 2011:

+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ endef

$(eval $(call GENTARGETS,package,busybox))

busybox-menuconfig:	$(BUSYBOX_DIR)/.stamp_extracted
busybox-menuconfig: busybox-patch
	$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(BUSYBOX_DIR) menuconfig
	rm -f $(BUSYBOX_DIR)/.stamp_built
	rm -f $(BUSYBOX_DIR)/.stamp_target_installed