From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 08AC4E002F9 for ; Fri, 16 Aug 2013 16:12:54 -0700 (PDT) Received: by mail-pb0-f45.google.com with SMTP id mc17so2529768pbc.18 for ; Fri, 16 Aug 2013 16:12:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=6nXolqaKXzznY99GcHSSnG3uLhT+Gk9y8iMhE29m2Aw=; b=BGG1ZNegCWhvLKwcROZYBeN+6kEIbAMNbaF0AtzC3+/gAojxxi/D7d5rL6DkkT8stX Gf+7wc8WbeE364fiedvjU4QZLqMRp1lvRkw6Bi8lwi9m2P5K7EvW+cw43mbPkGt9Tgyx Zmjln3YamyCLEDTebDeZYzurpi/UEoSXyKUSqeWpBRNu5h/YQOcMiDeI8ojE9iaKv+zn Td/PEbITdkpXngpFRaYq1oV72rCxYx5F5NhDEsV2/HKQrlwLYVdSIGqwZtyhy/ODrqc1 vCXoagyw64nL+JlE9LGmoiVpC0tXdM2qPdkznE8pYBLB5AzaNvmAoqEecz19LohKtlOG BBHg== X-Gm-Message-State: ALoCoQkWvCYR2RF6sfHXe6jVbKuloWaT3/1OyBymS/parpyYVHKQuTGCn4kDu3J8wvg1R5sIIcrh X-Received: by 10.68.102.165 with SMTP id fp5mr80580pbb.83.1376694773744; Fri, 16 Aug 2013 16:12:53 -0700 (PDT) Received: from [192.168.0.15] ([70.96.116.236]) by mx.google.com with ESMTPSA id in2sm31843pbc.37.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 16 Aug 2013 16:12:52 -0700 (PDT) Message-ID: <520EB1F1.4050303@boundarydevices.com> Date: Fri, 16 Aug 2013 16:12:49 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Otavio Salvador References: <1376345576-17366-1-git-send-email-eric.nelson@boundarydevices.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" , neil@ossau.homelinux.net Subject: Re: [meta-fsl-arm][PATCH] recipes-qt: add fix for QWSLock on qt4e X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 23:12:55 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 08/12/2013 06:19 PM, Otavio Salvador wrote: > On Mon, Aug 12, 2013 at 7:12 PM, Eric Nelson > wrote: >> This patch adds a patch for Qt-Embedded to only >> destroy semaphores in the process which created >> them. >> >> Original patch by Neil Jerram for the OpenMoko project: >> http://lists.openmoko.org/pipermail/community/2012-November/067806.html >> >> See also Bug 31254: >> https://bugreports.qt-project.org/browse/QTBUG-31254 >> >> Signed-off-by: Eric Nelson > > I agree with the change but this should be send against OE-Core as it > is not BSP specific. Please patch the QtE recipe there. > Thanks again for the advice, Otavio. I'll send this up-stream as soon as I get out from under water and figure out where it goes. BTW, I have another patch for Qt-embedded that applies to the media player integration in Rogerio Pimentel's patch. I presume that this is the right list for that. Please confirm, Eric