diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-01-02 13:16:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-02 13:16:14 +0000 |
commit | ed5dc96cce94e07c31c681ae470b73fd6fb51b2b (patch) | |
tree | e262e5aa1d553a1a0b4c1c3574ed830cddbd6069 /packages/gtkhtml | |
parent | 9ee2ad630cbd3a171818792ad1649eb2d8f94a26 (diff) |
autotooled packages: remove custom do_stage
Diffstat (limited to 'packages/gtkhtml')
-rw-r--r-- | packages/gtkhtml/gtkhtml-2.0_2.6.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gtkhtml/gtkhtml-2.0_2.6.3.bb b/packages/gtkhtml/gtkhtml-2.0_2.6.3.bb index 5baee4ada0..2502e4befe 100644 --- a/packages/gtkhtml/gtkhtml-2.0_2.6.3.bb +++ b/packages/gtkhtml/gtkhtml-2.0_2.6.3.bb @@ -16,9 +16,8 @@ S = "${WORKDIR}/libgtkhtml2-${PV}" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { +do_stage_prepend() { mv src/libgtkhtml.pc src/libgtkhtml-2.0.pc || true - autotools_stage_all } do_compile() { |