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 | |
| parent | a7f715cf6dd65dff461ae78a3c9caf304248867a (diff) | |
| download | meta-openembedded-3b1656369e793553bea6b58597030c0246415d55.tar.gz | |
angstrom-layers: add libidl from OE into meta-openembedded
This needs to use BBCLASSEXTEND
| -rw-r--r-- | recipes-gnome/libidl/libidl-native_0.8.13.bb | 10 | ||||
| -rw-r--r-- | recipes-gnome/libidl/libidl.inc | 12 | ||||
| -rw-r--r-- | recipes-gnome/libidl/libidl_0.8.13.bb | 11 |
3 files changed, 33 insertions, 0 deletions
diff --git a/recipes-gnome/libidl/libidl-native_0.8.13.bb b/recipes-gnome/libidl/libidl-native_0.8.13.bb new file mode 100644 index 0000000000..834f4af426 --- /dev/null +++ b/recipes-gnome/libidl/libidl-native_0.8.13.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | require libidl_${PV}.bb | ||
| 3 | inherit native | ||
| 4 | |||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | DEPENDS = "bison-native glib-2.0-native" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571" | ||
| 10 | SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71" | ||
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}" | ||
diff --git a/recipes-gnome/libidl/libidl_0.8.13.bb b/recipes-gnome/libidl/libidl_0.8.13.bb new file mode 100644 index 0000000000..141d802c55 --- /dev/null +++ b/recipes-gnome/libidl/libidl_0.8.13.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | require libidl.inc | ||
| 2 | |||
| 3 | DEPENDS = "glib-2.0 flex-native libidl-native" | ||
| 4 | |||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | BINCONFIG_GLOB = "*-config-2" | ||
| 8 | inherit autotools pkgconfig binconfig | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571" | ||
| 11 | SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71" | ||
