summaryrefslogtreecommitdiffstats
path: root/package/genext2fs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-22 03:35:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-28 23:32:56 +0100
commit42169a4e71bf02e496aab3b8dccc3f2e800559eb (patch)
tree0985cbc909f8b76380d619a9c77e73d6a2ba1a36 /package/genext2fs
parentdedd61c471d129796951f55371d0f3bea61cdb27 (diff)
downloadbuildroot-novena-42169a4e71bf02e496aab3b8dccc3f2e800559eb.tar.gz
buildroot-novena-42169a4e71bf02e496aab3b8dccc3f2e800559eb.zip
genext2fs: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/genext2fs')
-rw-r--r--package/genext2fs/genext2fs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/genext2fs/genext2fs.mk b/package/genext2fs/genext2fs.mk
index 6126a7467..45e9695ad 100644
--- a/package/genext2fs/genext2fs.mk
+++ b/package/genext2fs/genext2fs.mk
@@ -7,6 +7,8 @@
GENEXT2FS_VERSION = 1.4.1
GENEXT2FS_SOURCE = genext2fs-$(GENEXT2FS_VERSION).tar.gz
GENEXT2FS_SITE = http://downloads.sourceforge.net/project/genext2fs/genext2fs/$(GENEXT2FS_VERSION)
+GENEXT2FS_LICENSE = GPLv2
+GENEXT2FS_LICENSE_FILES = COPYING
$(eval $(autotools-package))
$(eval $(host-autotools-package))