diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 09:49:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 09:49:01 +0100 |
commit | 3b1656369e793553bea6b58597030c0246415d55 (patch) | |
tree | b58a2d26758f4385250c68c88eadc1aada813265 /recipes-gnome/libidl/libidl.inc | |
parent | a7f715cf6dd65dff461ae78a3c9caf304248867a (diff) | |
download | meta-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.inc | 12 |
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 @@ | |||
1 | DESCRIPTION = "Library for parsing CORBA IDL files" | ||
2 | SECTION = "x11/gnome/libs" | ||
3 | LICENSE = "LGPL" | ||
4 | |||
5 | inherit autotools pkgconfig | ||
6 | |||
7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" | ||
8 | |||
9 | S = "${WORKDIR}/libIDL-${PV}" | ||
10 | |||
11 | FILES_${PN} = "${libdir}/*.so.*" | ||
12 | FILES_${PN}-dev += " ${bindir}" | ||