diff options
author | Qing He <qing.he@intel.com> | 2010-11-26 17:19:13 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-01 20:47:04 -0800 |
commit | 713262b95b2b193d5c4b07fe95ed407249f8dab6 (patch) | |
tree | efedec3e1736e5099665df0c800ea2faeece7fe0 /meta/recipes-core | |
parent | 39611d322d8df4b395171bb6bc64107d1cf58f60 (diff) | |
download | poky-713262b95b2b193d5c4b07fe95ed407249f8dab6.tar.gz |
tinylogin: update license info
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/tinylogin/tinylogin_1.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/tinylogin/tinylogin_1.4.bb b/meta/recipes-core/tinylogin/tinylogin_1.4.bb index 168bcbfcd7..436a85880c 100644 --- a/meta/recipes-core/tinylogin/tinylogin_1.4.bb +++ b/meta/recipes-core/tinylogin/tinylogin_1.4.bb | |||
@@ -5,7 +5,8 @@ utilities for handling logins, user authentication, \ | |||
5 | changing passwords, and otherwise maintaining users \ | 5 | changing passwords, and otherwise maintaining users \ |
6 | and groups on an embedded system." | 6 | and groups on an embedded system." |
7 | HOMEPAGE = "http://tinylogin.busybox.net/" | 7 | HOMEPAGE = "http://tinylogin.busybox.net/" |
8 | LICENSE = "GPL" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM="file://LICENSE;md5=f1060fa3a366f098b5b1d8c2077ba269" | ||
9 | PR = "r5" | 10 | PR = "r5" |
10 | 11 | ||
11 | SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \ | 12 | SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \ |