summaryrefslogtreecommitdiffstats
path: root/recipes-gnome/libidl/libidl.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-11-02 09:49:01 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2010-11-02 09:49:01 +0100
commit3b1656369e793553bea6b58597030c0246415d55 (patch)
treeb58a2d26758f4385250c68c88eadc1aada813265 /recipes-gnome/libidl/libidl.inc
parenta7f715cf6dd65dff461ae78a3c9caf304248867a (diff)
downloadmeta-openembedded-3b1656369e793553bea6b58597030c0246415d55.tar.gz
angstrom-layers: add libidl from OE into meta-openembedded
This needs to use BBCLASSEXTEND
Diffstat (limited to 'recipes-gnome/libidl/libidl.inc')
-rw-r--r--recipes-gnome/libidl/libidl.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-gnome/libidl/libidl.inc b/recipes-gnome/libidl/libidl.inc
new file mode 100644
index 0000000000..7a90a7044d
--- /dev/null
+++ b/recipes-gnome/libidl/libidl.inc
@@ -0,0 +1,12 @@
1DESCRIPTION = "Library for parsing CORBA IDL files"
2SECTION = "x11/gnome/libs"
3LICENSE = "LGPL"
4
5inherit autotools pkgconfig
6
7SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
8
9S = "${WORKDIR}/libIDL-${PV}"
10
11FILES_${PN} = "${libdir}/*.so.*"
12FILES_${PN}-dev += " ${bindir}"