From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QULfl-0005kf-Rs for openembedded-core@lists.openembedded.org; Wed, 08 Jun 2011 18:32:02 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p58GSf0s001799 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 8 Jun 2011 09:28:41 -0700 (PDT) Received: from localhost.localdomain (172.25.34.61) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Wed, 8 Jun 2011 09:28:41 -0700 From: Mark Hatle To: Date: Wed, 8 Jun 2011 11:38:44 -0500 Message-ID: X-Mailer: git-send-email 1.7.3.4 MIME-Version: 1.0 X-Originating-IP: [172.25.34.61] Subject: [PATCH 0/2] pseudo: Update pseudo to 1.1.1 version V2 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2011 16:32:02 -0000 Content-Type: text/plain Update pseudo to latest release version. -- second version of the patches This has been tested with an core-minimal-image, as well as existing pseudo tests outside of oe-core. Version 2 corrects a problem w/ 32-bit hosts. The following changes since commit 30101d4153aa8e116892063933b868d325bdd79c: distro tracking: Manual Updates (2011-06-06 23:51:26 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib mhatle/pseudo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=mhatle/pseudo Mark Hatle (2): pseudo: Update pseudo to 1.1.1 version distro_tracking_fields.inc: add pseudo .../conf/distro/include/distro_tracking_fields.inc | 6 ++ meta/recipes-devtools/pseudo/pseudo.inc | 12 ++-- .../recipes-devtools/pseudo/pseudo/oe-config.patch | 58 ++++++++++++++++++++ meta/recipes-devtools/pseudo/pseudo_1.0.bb | 9 --- meta/recipes-devtools/pseudo/pseudo_1.1.1.bb | 10 ++++ meta/recipes-devtools/pseudo/pseudo_git.bb | 7 ++- 6 files changed, 84 insertions(+), 18 deletions(-) create mode 100644 meta/recipes-devtools/pseudo/pseudo/oe-config.patch delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.0.bb create mode 100644 meta/recipes-devtools/pseudo/pseudo_1.1.1.bb -- 1.7.3.4