mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
angstrom-layers: add libidl from OE into meta-openembedded
This needs to use BBCLASSEXTEND
This commit is contained in:
parent
a7f715cf6d
commit
3b1656369e
10
recipes-gnome/libidl/libidl-native_0.8.13.bb
Normal file
10
recipes-gnome/libidl/libidl-native_0.8.13.bb
Normal 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"
|
||||
12
recipes-gnome/libidl/libidl.inc
Normal file
12
recipes-gnome/libidl/libidl.inc
Normal 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}"
|
||||
11
recipes-gnome/libidl/libidl_0.8.13.bb
Normal file
11
recipes-gnome/libidl/libidl_0.8.13.bb
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user