From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00176a03.pphosted.com (mx0a-00176a03.pphosted.com [67.231.149.52]) by mail.openembedded.org (Postfix) with ESMTP id 20DDC77016 for ; Wed, 30 Sep 2015 10:08:16 +0000 (UTC) Received: from pps.filterd (m0048275.ppops.net [127.0.0.1]) by m0048275.ppops.net-00176a03. (8.15.0.59/8.15.0.59) with SMTP id t8UA6SLc034153 for ; Wed, 30 Sep 2015 06:08:17 -0400 Received: from alpmlip12.e2k.ad.ge.com (n165-156-000-000.static.ge.com [165.156.5.1] (may be forged)) by m0048275.ppops.net-00176a03. with ESMTP id 1x5qnwwa3y-6 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 30 Sep 2015 06:08:16 -0400 Received: from cinmlip01.e2k.ad.ge.com ([3.159.213.48]) by alpmlip12.e2k.ad.ge.com with ESMTP/TLS/RC4-SHA; 30 Sep 2015 06:08:16 -0400 Received: from unknown (HELO clipsmtp.clients.em.health.ge.com) ([3.187.7.87]) by CINMLIP01.e2k.ad.ge.com with ESMTP; 30 Sep 2015 06:08:15 -0400 Received: from macaroni.clients.em.health.ge.com (macaroni.clients.em.health.ge.com [3.187.18.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by clipsmtp.clients.em.health.ge.com (Postfix) with ESMTPSA id C3F7210BC301; Wed, 30 Sep 2015 13:03:41 +0300 (EEST) From: Ian Ray To: openembedded-core@lists.openembedded.org Date: Wed, 30 Sep 2015 13:03:37 +0300 Message-Id: X-Mailer: git-send-email 1.8.3.1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2015-09-30_02:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1509300151 Subject: [PATCH v2 0/1] ptest: run-ptest not required to run do_install_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, 30 Sep 2015 10:08:20 -0000 This is a re-worked patch after some discussion in mailing list thread "ptest: user-specified run-ptest script location". Enables "ptest-aware" packages to install the run-ptest script as part of the package install instead of bundling it in the recipe layer. Ian Ray (1): ptest: run-ptest not required to run do_install_ptest meta/classes/ptest.bbclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- 1.8.3.1