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/tilibs/libtifiles_0.6.5.bb | |
parent | 9ee2ad630cbd3a171818792ad1649eb2d8f94a26 (diff) |
autotooled packages: remove custom do_stage
Diffstat (limited to 'packages/tilibs/libtifiles_0.6.5.bb')
-rw-r--r-- | packages/tilibs/libtifiles_0.6.5.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/tilibs/libtifiles_0.6.5.bb b/packages/tilibs/libtifiles_0.6.5.bb index aa44094a61..babe68b02b 100644 --- a/packages/tilibs/libtifiles_0.6.5.bb +++ b/packages/tilibs/libtifiles_0.6.5.bb @@ -5,8 +5,3 @@ HOMEPAGE = "http://lpg.ticalc.org/prj_tilp/index.html" SRC_URI = "${SOURCEFORGE_MIRROR}/tilp/${P}.tar.gz" inherit autotools pkgconfig - -do_stage() { -autotools_stage_all -} - |