From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 4BF6860112 for ; Fri, 20 Nov 2015 09:35:24 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id tAK9ZP24016806 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 20 Nov 2015 01:35:25 -0800 (PST) Received: from [128.224.163.148] (128.224.163.148) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.248.2; Fri, 20 Nov 2015 01:35:24 -0800 To: References: From: Robert Yang Message-ID: <564EE95B.4010200@windriver.com> Date: Fri, 20 Nov 2015 17:35:23 +0800 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH 0/8] meta-openembedded: fix QA issues X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2015 09:35:24 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sorry, please ignore this thread, some commit message should not be there, I will send a V2. // Robert On 11/20/2015 05:32 PM, Robert Yang wrote: > The following changes since commit ea319464b673cbf9a416b582dc4766faeb998430: > > vlc: add PACKAGECONFIG for samba, upnp, dvdnav, sftp, vorbis, dc1394, dv1394, svg, svgdec (2015-11-16 21:50:11 +0100) > > are available in the git repository at: > > git://git.openembedded.org/meta-openembedded-contrib rbt/8fixes > http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=rbt/8fixes > > Robert Yang (8): > netmap-modules: fix for --no-drivers > lldpad: fix installed-vs-shipped > nbd: use BPN in Files > dracut: fix host-user-contaminated > cim-schema-exper: fix host-user-contaminated > ctdb: RDEPENDS on bash > ctdb: add PACKAGECONFIG for libtdb > netkit-ftp: fixed invalid symlink > > .../recipes-devtools/dracut/dracut_git.bb | 3 +++ > .../recipes-daemons/lldpad/lldpad_0.9.46.bb | 2 +- > .../recipes-kernel/netmap/netmap-modules_git.bb | 2 +- > .../recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb | 2 +- > .../cim-schema/cim-schema-exper_2.39.0.bb | 1 + > .../cim-schema/cim-schema-final_2.40.0.bb | 1 + > meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 4 ++++ > meta-networking/recipes-support/nbd/nbd_3.11.bb | 6 +++--- > 8 files changed, 15 insertions(+), 6 deletions(-) >