angstrom-layers: add libidl from OE into meta-openembedded

This needs to use BBCLASSEXTEND
This commit is contained in:
Koen Kooi 2010-11-02 09:49:01 +01:00
parent a7f715cf6d
commit 3b1656369e
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,10 @@
SECTION = "libs"
require libidl_${PV}.bb
inherit native
PR = "r1"
DEPENDS = "bison-native glib-2.0-native"
SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571"
SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71"

View File

@ -0,0 +1,12 @@
DESCRIPTION = "Library for parsing CORBA IDL files"
SECTION = "x11/gnome/libs"
LICENSE = "LGPL"
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}"

View File

@ -0,0 +1,11 @@
require libidl.inc
DEPENDS = "glib-2.0 flex-native libidl-native"
PR = "r0"
BINCONFIG_GLOB = "*-config-2"
inherit autotools pkgconfig binconfig
SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571"
SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71"