From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from grape.ukhost4u.com (grape.ukhost4u.com [188.64.188.91]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 50A41E00724 for ; Thu, 17 Jan 2013 07:00:30 -0800 (PST) Received: from [213.123.233.22] (port=58649 helo=[10.7.0.56]) by grape.ukhost4u.com with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1Tvqx8-0003o3-AH; Thu, 17 Jan 2013 15:00:26 +0000 Message-ID: <50F81209.2090509@simpleaudio.com> Date: Thu, 17 Jan 2013 15:00:25 +0000 From: Wayne Tams Organization: Simple Audio User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: "Burton, Ross" References: <50F7CFDA.6090505@simpleaudio.com> <50F80088.4090809@simpleaudio.com> <50F80A0D.2060806@simpleaudio.com> In-Reply-To: X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - grape.ukhost4u.com X-AntiAbuse: Original Domain - yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - simpleaudio.com X-Get-Message-Sender-Via: grape.ukhost4u.com: authenticated_id: wayne.tams+simpleaudio.com/only user confirmed/virtual account not confirmed X-Source: X-Source-Args: X-Source-Dir: Cc: poky@yoctoproject.org Subject: Re: gst-rtsp not building X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 15:00:30 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 17/01/13 14:37, Burton, Ross wrote: > Hi Wayne, > > On 17 January 2013 14:26, Wayne Tams wrote: >> That looks like that has solved that issue, build completed with a QA >> warning but I will look into this and see what is up. >> >> WARNING: QA Issue: gst-rtsp: Files/directories were installed but not >> shipped >> /usr/share >> /usr/share/vala >> /usr/share/vala/vapi >> /usr/share/vala/vapi/gst-rtsp-server-0.10.vapi >> /usr/share/vala/vapi/gst-rtsp-server-0.10.deps > Excellent! Those files can be added to the -dev package. > > Can you submit your fixed recipe to meta-multimedia (in meta-oe), or > mail it to me and I can do that for you? > > Cheers, > Ross Ok no problem, I just got to tidy some things up first as gst-rtsp_0.10.8 needs patched to support latest autotools. INCLUDES changes to AM_CPPFLAGS. Wayne