summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libidl
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /openembedded/packages/libidl
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-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.bb5
-rw-r--r--openembedded/packages/libidl/libidl_0.8.3.bb23
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 @@
1SECTION = "libs"
2include libidl_${PV}.bb
3inherit native
4
5DEPENDS = "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 @@
1LICENSE = "LGPL"
2DESCRIPTION = "Library for parsing CORBA IDL files"
3SECTION = "gnome/libs"
4DEPENDS = "glib-2.0"
5PR = "r1"
6
7SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2"
8S = "${WORKDIR}/libIDL-${PV}"
9
10inherit autotools pkgconfig
11
12do_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
22FILES_${PN} = "${libdir}/*.so.*"
23FILES_${PN}-dev += " ${bindir}"