]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtiff: set LICENSE
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 24 Sep 2008 08:10:15 +0000 (08:10 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 24 Sep 2008 08:10:15 +0000 (08:10 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5251 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libtiff/tiff_3.8.2.bb

index e9a88ae589027a7c5e27053336fbfc8c64f1ac10..e55ec02233bbeded703c9c4914dc35f273e8e9a3 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
-LICENSE = ""
+LICENSE = "${PN}"
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg lzo"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
            file://libtool2.patch;patch=1"