From: Gustavo Zacarias Date: Fri, 28 Jun 2013 13:41:14 +0000 (-0300) Subject: parted: define license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1b1e5f5b36ed9b39f46a80c333a42386088a57c;p=buildroot.git parted: define license Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/parted/parted.mk b/package/parted/parted.mk index 78c755a329..773e332edc 100644 --- a/package/parted/parted.mk +++ b/package/parted/parted.mk @@ -9,5 +9,7 @@ PARTED_SOURCE = parted-$(PARTED_VERSION).tar.xz PARTED_SITE = $(BR2_GNU_MIRROR)/parted PARTED_DEPENDENCIES = readline util-linux lvm2 PARTED_INSTALL_STAGING = YES +PARTED_LICENSE = GPLv3+ +PARTED_LICENSE_FILES = COPYING $(eval $(autotools-package))