diff options
-rw-r--r-- | meta/packages/libidl/libidl_0.8.3.bb | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/meta/packages/libidl/libidl_0.8.3.bb b/meta/packages/libidl/libidl_0.8.3.bb index b3c59623a3..32979027a3 100644 --- a/meta/packages/libidl/libidl_0.8.3.bb +++ b/meta/packages/libidl/libidl_0.8.3.bb | |||
@@ -2,7 +2,7 @@ LICENSE = "LGPL" | |||
2 | DESCRIPTION = "Library for parsing CORBA IDL files" | 2 | DESCRIPTION = "Library for parsing CORBA IDL files" |
3 | SECTION = "gnome/libs" | 3 | SECTION = "gnome/libs" |
4 | DEPENDS = "glib-2.0" | 4 | DEPENDS = "glib-2.0" |
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" | 7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" |
8 | S = "${WORKDIR}/libIDL-${PV}" | 8 | S = "${WORKDIR}/libIDL-${PV}" |
@@ -10,18 +10,8 @@ S = "${WORKDIR}/libIDL-${PV}" | |||
10 | BINCONFIG_GLOB = "*-config-2" | 10 | BINCONFIG_GLOB = "*-config-2" |
11 | inherit autotools pkgconfig binconfig | 11 | inherit autotools pkgconfig binconfig |
12 | 12 | ||
13 | # Firefox uses the libIDL-config-2 script instead of pkgconfig (for some | ||
14 | # strange reason - so we do some sed fu to fix the path there | ||
15 | |||
16 | do_stage() { | 13 | do_stage() { |
17 | oe_runmake install \ | 14 | autotools_stage_all |
18 | prefix=${STAGING_DIR_HOST}${layout_prefix} \ | ||
19 | bindir=${STAGING_BINDIR} \ | ||
20 | includedir=${STAGING_INCDIR} \ | ||
21 | libdir=${STAGING_LIBDIR} \ | ||
22 | datadir=${STAGING_DATADIR} \ | ||
23 | infodir=${STAGING_INFODIR} | ||
24 | |||
25 | } | 15 | } |
26 | 16 | ||
27 | FILES_${PN} = "${libdir}/*.so.*" | 17 | FILES_${PN} = "${libdir}/*.so.*" |