diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 10:19:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 10:27:20 +0200 |
commit | c6ccb14fa685229c942169d9c8b3e50568f5f3cd (patch) | |
tree | 658d49d0403393e082576019d5e0e7d2a30fabb8 | |
parent | 460cfe4bf23b87252a8491a5945c92f1c828ce01 (diff) |
atk_1.28.0: add native with BBCLASSEXTEND
* slugos prefers it 7d3e822bef0230cc6ebc20e369f168c7033d188f
* atk-native_1.28.0 recipe is gone 83c03f81017026dbc0cc5562c9d7586b36a631e6"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/atk/atk_1.28.0.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/atk/atk_1.28.0.bb b/recipes/atk/atk_1.28.0.bb index 4d85892f93..2028bd8edc 100644 --- a/recipes/atk/atk_1.28.0.bb +++ b/recipes/atk/atk_1.28.0.bb @@ -10,11 +10,7 @@ DEPENDS = "glib-2.0 gtk-doc-native" EXTRA_OECONF = "--disable-glibtest" -do_stage () { - autotools_stage_all -} - - +BBCLASSEXTEND = "native" SRC_URI[archive.md5sum] = "010a85478adc053c016a0a5c9bb52004" SRC_URI[archive.sha256sum] = "e4da9fe580d2d55f4e77a138c553b4b32654dfb06bf0715592cc9dbd6355fe87" |