Browse Source

libexif: Add PKG_LICENSE information.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
c0be98e88d
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      libs/libexif/Makefile

+ 4
- 1
libs/libexif/Makefile View File

1
 #
1
 #
2
-# Copyright (C) 2006-2010 OpenWrt.org
2
+# Copyright (C) 2006-2014 OpenWrt.org
3
 #
3
 #
4
 # This is free software, licensed under the GNU General Public License v2.
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # See /LICENSE for more information.
5
 # See /LICENSE for more information.
15
 PKG_SOURCE_URL:=@SF/libexif
15
 PKG_SOURCE_URL:=@SF/libexif
16
 PKG_MD5SUM:=27339b89850f28c8f1c237f233e05b27
16
 PKG_MD5SUM:=27339b89850f28c8f1c237f233e05b27
17
 
17
 
18
+PKG_LICENSE:=LGPL-2.1
19
+PKG_LICENSE_FILES:=COPYING
20
+
18
 PKG_FIXUP:=autoreconf
21
 PKG_FIXUP:=autoreconf
19
 PKG_INSTALL:=1
22
 PKG_INSTALL:=1
20
 
23