aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wxwidgets/wxwidgets_2.9.0.bb
diff options
context:
space:
mode:
authorJohan Hovold <johan.hovold@lundinova.se>2009-12-17 05:18:14 +0000
committerMarco Cavallini <m.cavallini@koansoftware.com>2010-01-20 14:00:17 +0100
commit0eaeda31b9f8d286a8a58d787637b4c4d0516b2d (patch)
tree9f00d3bf1956a0eebd5b55ba428ced873328131e /recipes/wxwidgets/wxwidgets_2.9.0.bb
parentc0002bd2f71a05d8bb125ba40f1c489a29436a9e (diff)
downloadopenembedded-0eaeda31b9f8d286a8a58d787637b4c4d0516b2d.tar.gz
wxwidgets: add 2.9.0 and clean up recipes
- Add wxwidget-2.9.0 include with derived rather than hardcoded lib and config script names (depends on debug and charset configure flags) - Use regular expression for LEAD_SONAME rather than hardcoded name. - Fix autoconf issue where configure could not find staging root. - Use INC_PR. - Add wxwidgets-2.9.0 (unicode) - Add wxwidgets-ansi-2.9.0 (non-unicode) - Add wxwidgets-opengl-2.9.0 (unicode, opengl) Signed-off-by: Johan Hovold <johan.hovold@lundinova.se> Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
Diffstat (limited to 'recipes/wxwidgets/wxwidgets_2.9.0.bb')
-rw-r--r--recipes/wxwidgets/wxwidgets_2.9.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/wxwidgets/wxwidgets_2.9.0.bb b/recipes/wxwidgets/wxwidgets_2.9.0.bb
new file mode 100644
index 0000000000..c23c969861
--- /dev/null
+++ b/recipes/wxwidgets/wxwidgets_2.9.0.bb
@@ -0,0 +1,3 @@
+require wxwidgets-${PV}.inc
+
+PR = "${INC_PR}.0"