From: Tim Ellis Date: Sat, 24 Jan 2009 23:55:12 +0000 (+0000) Subject: tcltk: Fix the native packages after last tcltk change X-Git-Tag: Release-2010-05/1~4120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369df82d012294a89abb51293855c11b5a8f54eb;p=openembedded.git tcltk: Fix the native packages after last tcltk change --- diff --git a/packages/tcltk/tcl-native_8.4.11.bb b/packages/tcltk/tcl-native_8.4.19.bb similarity index 97% rename from packages/tcltk/tcl-native_8.4.11.bb rename to packages/tcltk/tcl-native_8.4.19.bb index 9b1df81b8c..a2d5efae42 100644 --- a/packages/tcltk/tcl-native_8.4.11.bb +++ b/packages/tcltk/tcl-native_8.4.19.bb @@ -1,5 +1,5 @@ inherit native -include tcl_8.4.11.bb +include tcl_8.4.19.bb do_stage() { oe_libinstall -a libtclstub8.4 ${STAGING_LIBDIR} diff --git a/packages/tcltk/tk-native_8.4.11.bb b/packages/tcltk/tk-native_8.4.19.bb similarity index 97% rename from packages/tcltk/tk-native_8.4.11.bb rename to packages/tcltk/tk-native_8.4.19.bb index f89fa633cc..df880769ff 100644 --- a/packages/tcltk/tk-native_8.4.11.bb +++ b/packages/tcltk/tk-native_8.4.19.bb @@ -1,5 +1,5 @@ inherit native -include tk_8.4.11.bb +include tk_8.4.19.bb DEPENDS = "tcl-native" do_stage() {