diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-13 16:28:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-13 16:28:33 +0000 |
commit | a7ff06b5a9a1db14003009e39a8d9a97678ab268 (patch) | |
tree | 5f5ad967f7b75a46de4e5a995ed716c26e20af4a /packages/mml-widget/gtkmathview_0.7.6.bb | |
parent | a105e4422b3ef7da6cc1716443f392647dd06354 (diff) |
gtkmathview: add 0.8.0
Diffstat (limited to 'packages/mml-widget/gtkmathview_0.7.6.bb')
-rw-r--r-- | packages/mml-widget/gtkmathview_0.7.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/mml-widget/gtkmathview_0.7.6.bb b/packages/mml-widget/gtkmathview_0.7.6.bb index 7cb91b4ba3..55f4328f7e 100644 --- a/packages/mml-widget/gtkmathview_0.7.6.bb +++ b/packages/mml-widget/gtkmathview_0.7.6.bb @@ -9,10 +9,10 @@ inherit autotools pkgconfig EXTRA_OECONF = "--disable-binreloc" do_configure() { -oe_runconf + oe_runconf } do_stage() { -autotools_stage_all + autotools_stage_all } |