From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (unknown [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 2090B6B7A6 for ; Mon, 26 May 2014 09:21:52 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s4Q9LrvC015903 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 26 May 2014 02:21:53 -0700 (PDT) Received: from pek-hostel-vm06.wrs.com (128.224.153.176) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.169.1; Mon, 26 May 2014 02:21:52 -0700 From: Chong Lu To: Date: Mon, 26 May 2014 17:21:50 +0800 Message-ID: X-Mailer: git-send-email 1.8.1.2 MIME-Version: 1.0 Subject: [PATCH 0/1] ethtool: fix ptest execution failure 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: Mon, 26 May 2014 09:21:55 -0000 Content-Type: text/plain root@qemux86:/usr/lib/ethtool/ptest# ./run-ptest make[1]: Entering directory '/usr/lib/ethtool/ptest' PASS: test-cmdline PASS: test-features ============================================================================ Testsuite summary for ethtool 3.14 ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[1]: Leaving directory '/usr/lib/ethtool/ptest' The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/ethtool http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/ethtool Chong Lu (1): ethtool: fix ptest execution failure meta/recipes-extended/ethtool/ethtool/run-ptest | 2 +- meta/recipes-extended/ethtool/ethtool_3.14.bb | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) -- 1.8.1.2