diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:22:36 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:22:36 +0000 |
commit | 97c73a30ec43a9958a072959a20c5d6193415440 (patch) | |
tree | 6d0fa8e96cce349d45ef6d79498516bb39ebe488 /packages/libidl/libidl_0.8.6.bb | |
parent | 00622e0623ba79af842df9b01ead40d93199e392 (diff) |
libidl: Use autotools_stage_all
Diffstat (limited to 'packages/libidl/libidl_0.8.6.bb')
-rw-r--r-- | packages/libidl/libidl_0.8.6.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/libidl/libidl_0.8.6.bb b/packages/libidl/libidl_0.8.6.bb index 33a1154357..2f44147711 100644 --- a/packages/libidl/libidl_0.8.6.bb +++ b/packages/libidl/libidl_0.8.6.bb @@ -10,9 +10,6 @@ S = "${WORKDIR}/libIDL-${PV}" BINCONFIG_GLOB = "*-config-2" inherit autotools pkgconfig binconfig -# Firefox uses the libIDL-config-2 script instead of pkgconfig (for some -# strange reason - so we do some sed fu to fix the path there - do_stage() { autotools_stage_all } |