mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
caebdafb40
* Updated the LICENSE field to contain the version of the LGPL being used which is LGPLv2+ * Update the PR to reflect this license change Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 lines
309 B
PHP
13 lines
309 B
PHP
DESCRIPTION = "Library for parsing CORBA IDL files"
|
|
SECTION = "x11/gnome/libs"
|
|
LICENSE = "LGPLv2+"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
|
|
|
|
S = "${WORKDIR}/libIDL-${PV}"
|
|
|
|
FILES_${PN} = "${libdir}/*.so.*"
|
|
FILES_${PN}-dev += " ${bindir}"
|