diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
| commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
| tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/libidl | |
| parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
| download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz | |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 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, 0 insertions, 28 deletions
diff --git a/openembedded/packages/libidl/libidl-native_0.8.3.bb b/openembedded/packages/libidl/libidl-native_0.8.3.bb deleted file mode 100644 index bcc1ec61a8..0000000000 --- a/openembedded/packages/libidl/libidl-native_0.8.3.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 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 deleted file mode 100644 index 5a6f5800d6..0000000000 --- a/openembedded/packages/libidl/libidl_0.8.3.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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}" | ||
