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 D46296BD7F for ; Wed, 21 Nov 2018 05:34:13 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id wAL5YE4J025406 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 20 Nov 2018 21:34:14 -0800 (PST) Received: from pek-qchen1-d1.corp.ad.wrs.com (128.224.163.141) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.408.0; Tue, 20 Nov 2018 21:34:13 -0800 From: Chen Qi To: Date: Wed, 21 Nov 2018 13:41:01 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Subject: [PATCH V2 0/8] Fixes for busybox ptest 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: Wed, 21 Nov 2018 05:34:14 -0000 Content-Type: text/plain Changes in V2: * fix bzip2 recipe to extend its alternatives list * check CONFIG_DESKTOP beforing using 'od -t' in test cases The following changes since commit bdffa0ce10870f70e0a7ab7636ff0d797df43e3a: apt: Improve SRC_URI (2018-11-20 10:32:16 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/busybox-ptest http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/busybox-ptest Chen Qi (8): busybox: enable bzip2 by default bzip2: extend alternatives list to include bzip2 busybox: add zip to RDEPENDS of ptest package busybox: check uudecode before using it in test case busybox: use example.org instead of google.com in wget test case busybox: remove three hostname test cases busybox: fix du-l-works test case busybox: check CONFIG_DESKTOP before using 'od -t' in test case meta/recipes-core/busybox/busybox.inc | 9 +++ ...-du-l-works-fix-to-use-145-instead-of-144.patch | 32 +++++++++ ...te-check-CONFIG_DESKTOP-before-using-od-t.patch | 83 ++++++++++++++++++++++ ...-testsuite-check-uudecode-before-using-it.patch | 45 ++++++++++++ ...e-use-www.example.org-for-wget-test-cases.patch | 62 ++++++++++++++++ meta/recipes-core/busybox/busybox/defconfig | 2 +- meta/recipes-core/busybox/busybox_1.29.2.bb | 4 ++ meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 +- 8 files changed, 237 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-core/busybox/busybox/0001-du-l-works-fix-to-use-145-instead-of-144.patch create mode 100644 meta/recipes-core/busybox/busybox/0001-testsuite-check-CONFIG_DESKTOP-before-using-od-t.patch create mode 100644 meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch create mode 100644 meta/recipes-core/busybox/busybox/0001-testsuite-use-www.example.org-for-wget-test-cases.patch -- 1.9.1