diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
| commit | 4b46c1f6e891b1ddd5968536440b888661fade3e (patch) | |
| tree | e0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/libidl | |
| download | poky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz | |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libidl')
| -rw-r--r-- | openembedded/packages/libidl/libidl-native_0.8.3.bb | 5 | ||||
| -rw-r--r-- | openembedded/packages/libidl/libidl_0.8.3.bb | 23 |
2 files changed, 28 insertions, 0 deletions
diff --git a/openembedded/packages/libidl/libidl-native_0.8.3.bb b/openembedded/packages/libidl/libidl-native_0.8.3.bb new file mode 100644 index 0000000000..bcc1ec61a8 --- /dev/null +++ b/openembedded/packages/libidl/libidl-native_0.8.3.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | include libidl_${PV}.bb | ||
| 3 | inherit native | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0-native" | ||
diff --git a/openembedded/packages/libidl/libidl_0.8.3.bb b/openembedded/packages/libidl/libidl_0.8.3.bb new file mode 100644 index 0000000000..5a6f5800d6 --- /dev/null +++ b/openembedded/packages/libidl/libidl_0.8.3.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | LICENSE = "LGPL" | ||
| 2 | DESCRIPTION = "Library for parsing CORBA IDL files" | ||
| 3 | SECTION = "gnome/libs" | ||
| 4 | DEPENDS = "glib-2.0" | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" | ||
| 8 | S = "${WORKDIR}/libIDL-${PV}" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | do_stage() { | ||
| 13 | oe_runmake install \ | ||
| 14 | prefix=${STAGING_DIR} \ | ||
| 15 | bindir=${STAGING_BINDIR} \ | ||
| 16 | includedir=${STAGING_INCDIR} \ | ||
| 17 | libdir=${STAGING_LIBDIR} \ | ||
| 18 | datadir=${STAGING_DATADIR} \ | ||
| 19 | infodir=${STAGING_INFODIR} | ||
| 20 | } | ||
| 21 | |||
| 22 | FILES_${PN} = "${libdir}/*.so.*" | ||
| 23 | FILES_${PN}-dev += " ${bindir}" | ||
