diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 08:10:15 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 08:10:15 +0000 |
commit | 78579855e866cbbf21bf1c92a1abd293b789e255 (patch) | |
tree | 28f3351ae9c830a2419e8653eb3e9b3a682bfd39 /meta/packages | |
parent | 887b8dea03d76d1abb1f65df9173627d729c09f3 (diff) | |
download | poky-78579855e866cbbf21bf1c92a1abd293b789e255.tar.gz |
libtiff: set LICENSE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5251 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/libtiff/tiff_3.8.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libtiff/tiff_3.8.2.bb b/meta/packages/libtiff/tiff_3.8.2.bb index e9a88ae589..e55ec02233 100644 --- a/meta/packages/libtiff/tiff_3.8.2.bb +++ b/meta/packages/libtiff/tiff_3.8.2.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)" | 1 | DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)" |
2 | LICENSE = "" | 2 | LICENSE = "${PN}" |
3 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | 3 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" |
4 | DEPENDS = "zlib jpeg lzo" | 4 | DEPENDS = "zlib jpeg lzo" |
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
8 | file://libtool2.patch;patch=1" | 8 | file://libtool2.patch;patch=1" |