From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 13933607F9 for ; Thu, 20 Jun 2013 13:38:54 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r5KDcsLD025078 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 20 Jun 2013 06:38:54 -0700 (PDT) Received: from localhost.localdomain (128.224.162.205) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.2.342.3; Thu, 20 Jun 2013 06:38:54 -0700 From: Kai Kang To: Date: Thu, 20 Jun 2013 21:38:23 +0800 Message-ID: X-Mailer: git-send-email 1.7.5.4 MIME-Version: 1.0 X-Originating-IP: [128.224.162.205] Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 0/2] Fixes for tcl X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 13:38:54 -0000 Content-Type: text/plain The following changes since commit e04e6dab0afa8f72bf001b0cc106cd13b7694a91: bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:35 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/tcl http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/tcl Kai Kang (2): tcl: remove hardcoded library install path tcl: fix unit test boundary year issue .../tcltk/tcl/let-DST-include-year-2099.patch | 35 ++++++++++++++++++ .../tcl/tcl-remove-hardcoded-install-path.patch | 37 ++++++++++++++++++++ meta/recipes-devtools/tcltk/tcl_8.6.0.bb | 6 ++- 3 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/tcltk/tcl/let-DST-include-year-2099.patch create mode 100644 meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch -- 1.7.5.4