diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 22:07:33 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-14 22:07:33 +0200 |
commit | 73df08a20fbba7bed191e88e5d322d9a4b744eec (patch) | |
tree | 2416ce4271ed288ba29d7d2a30311a7d6be9ba51 /recipes/wxwidgets | |
parent | 349a4ca5154a90e5bcee0045ef995a0a846469ee (diff) |
wxwidgets: removed FILESDIR
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/wxwidgets')
-rw-r--r-- | recipes/wxwidgets/wxwidgets-2.9.0.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/wxwidgets/wxwidgets-2.9.0.inc b/recipes/wxwidgets/wxwidgets-2.9.0.inc index 677ef38a30..dd5f7a3598 100644 --- a/recipes/wxwidgets/wxwidgets-2.9.0.inc +++ b/recipes/wxwidgets/wxwidgets-2.9.0.inc @@ -1,6 +1,6 @@ require wxwidgets.inc -INC_PR = "r0" +INC_PR = "r1" PROVIDES += "wxwidgets" @@ -14,7 +14,6 @@ WXCONFIG ?= "${TOOLKIT}-${UNICODE}-${DEBUG}-${RELEASE}" LEAD_SONAME = "libwx_.*_core-.*\.so" # Patch and regenerate configure script so that it finds staging root. -FILESDIR = "${FILE_DIRNAME}/wxwidgets-${PV}" SRC_URI += "file://configure-cross_root.patch" do_configure_prepend() { |