From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 26C886AE6E for ; Fri, 26 Jul 2013 18:52:57 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 26 Jul 2013 11:52:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.89,752,1367996400"; d="scan'208";a="352389385" Received: from unknown (HELO [10.255.14.38]) ([10.255.14.38]) by orsmga001.jf.intel.com with ESMTP; 26 Jul 2013 11:52:57 -0700 Message-ID: <51F2C589.7080706@linux.intel.com> Date: Fri, 26 Jul 2013 11:52:57 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Jukka Rissanen References: <1374842117-24504-1-git-send-email-jukka.rissanen@linux.intel.com> <1374842117-24504-4-git-send-email-jukka.rissanen@linux.intel.com> In-Reply-To: <1374842117-24504-4-git-send-email-jukka.rissanen@linux.intel.com> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 3/3] ofono: Enable test scripts by default 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: Fri, 26 Jul 2013 18:52:57 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/26/2013 05:35 AM, Jukka Rissanen wrote: > oFono test scripts are very useful so enable those by default. > > Signed-off-by: Jukka Rissanen > --- > meta/recipes-connectivity/ofono/ofono.inc | 3 ++- > meta/recipes-connectivity/ofono/ofono_1.12.bb | 3 --- > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc > index d825496..c5bd4d0 100644 > --- a/meta/recipes-connectivity/ofono/ofono.inc > +++ b/meta/recipes-connectivity/ofono/ofono.inc > @@ -15,6 +15,7 @@ INITSCRIPT_PARAMS = "defaults 22" > EXTRA_OECONF += "\ > ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--with-systemdunitdir=', d)} \ > ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \ > + --enable-test \ > " > SYSTEMD_SERVICE_${PN} = "ofono.service" > > @@ -30,5 +31,5 @@ PACKAGES =+ "${PN}-tests" > RDEPENDS_${PN} += "dbus" > > FILES_${PN} += "${base_libdir}/udev ${systemd_unitdir}" > -FILES_${PN}-tests = "${libdir}/ofono" > +FILES_${PN}-tests = "${libdir}/${BPN}/test" I think you should be using the ptest here instead of test and inherit ptest, please see the ptest.bbclass. I realize that this is not new code, but if we are going to changes this we should use the new ptest mechanism. Sau! > RDEPENDS_${PN}-tests = "python python-pygobject python-dbus" > diff --git a/meta/recipes-connectivity/ofono/ofono_1.12.bb b/meta/recipes-connectivity/ofono/ofono_1.12.bb > index 32c8bc2..ad524a0 100644 > --- a/meta/recipes-connectivity/ofono/ofono_1.12.bb > +++ b/meta/recipes-connectivity/ofono/ofono_1.12.bb > @@ -12,7 +12,4 @@ PR = "r2" > SRC_URI[md5sum] = "aa8924c0e8de3ec7ac5e41fe7df4cb99" > SRC_URI[sha256sum] = "733b75bfd1b2a1925b6de532989c496b8ae17a746691120ef64cceb00b3ef751" > > -EXTRA_OECONF += "\ > - --enable-test \ > -" > CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE" >