mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
proj: Use 'lib_package' class and add data files
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
fe7c25803c
commit
04393f3265
@@ -1,4 +1,4 @@
|
||||
DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
|
||||
SUMMARY = "PROJ.4 - Cartographic Projections library"
|
||||
HOMEPAGE = "http://trac.osgeo.org/proj/"
|
||||
SECTION = "libs"
|
||||
|
||||
@@ -9,5 +9,6 @@ SRC_URI = "http://download.osgeo.org/proj/proj-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "d815838c92a29179298c126effbb1537"
|
||||
SRC_URI[sha256sum] = "2db2dbf0fece8d9880679154e0d6d1ce7c694dd8e08b4d091028093d87a9d1b5"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
inherit autotools pkgconfig lib_package
|
||||
|
||||
FILES_${PN} += "${datadir}/proj"
|
||||
|
||||
Reference in New Issue
Block a user