mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 14:33:29 +08:00
aa9f6a9b13
[Peter: needs largefile + wchar] Signed-off-by: Nicolas Dechesne <n-dechesne@ti.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
351 B
Makefile
14 lines
351 B
Makefile
#############################################################
|
|
#
|
|
# parted
|
|
#
|
|
#############################################################
|
|
|
|
PARTED_VERSION = 3.1
|
|
PARTED_SOURCE = parted-$(PARTED_VERSION).tar.xz
|
|
PARTED_SITE = $(BR2_GNU_MIRROR)/parted
|
|
PARTED_DEPENDENCIES = readline util-linux lvm2
|
|
PARTED_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS))
|