diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-19 23:11:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:19 +0000 |
commit | 14953b7c51212709037e11a80625627207da54ba (patch) | |
tree | cb6f044fd3ba110f30df6b5113e29fb24b80deb5 /meta/recipes-multimedia/libtiff | |
parent | 50a073fe04edc3bd3b61f214889d219665a0349f (diff) | |
download | poky-14953b7c51212709037e11a80625627207da54ba.tar.gz |
tiff: refactor packages for staticdev
(From OE-Core rev: 93135c19b9574d952aaf8a4b97425640b847847a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_3.9.5.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb b/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb index 7d6032606c..78a4859428 100644 --- a/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb +++ b/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "BSD-2-Clause" | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" |
4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | 4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" |
5 | DEPENDS = "zlib jpeg lzo" | 5 | DEPENDS = "zlib jpeg lzo" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
9 | file://libtool2.patch" | 9 | file://libtool2.patch" |
@@ -13,9 +13,10 @@ SRC_URI[sha256sum] = "ecf2e30582698dbc61d269203bbd1e701a1a50fb26c87d709e10d89669 | |||
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" | 16 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiffxx-staticdev tiff-utils tiff-utils-dbg" |
17 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | 17 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" |
18 | FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a" | 18 | FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.la" |
19 | FILES_tiffxx-staticdev = "${libdir}/libtiffxx.a" | ||
19 | FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*" | 20 | FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*" |
20 | FILES_tiff-utils = "${bindir}/*" | 21 | FILES_tiff-utils = "${bindir}/*" |
21 | FILES_tiff-utils-dbg += "${bindir}/.debug/" | 22 | FILES_tiff-utils-dbg += "${bindir}/.debug/" |