From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by arago-project.org (Postfix) with ESMTPS id 89CF152A4D for ; Fri, 12 Jul 2013 00:13:33 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id w11so7929014pde.23 for ; Thu, 11 Jul 2013 17:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=3VGWcAQbgis8+RoIQYmMe7gL4YZq7auDmuVRC5AmCr4=; b=swcIjMOccTnuq4X8AS2Y5JUXhKws5Pq7HMEieDE6/86Ph4go8Y52L2sOL7ZhUeD4q/ HwUUUlKH8HBT5jIc1nWwbBlcu8/TGv8qcJfWU8/rU3PoyFAO9LI+JM6+PsRCKMHEo62g gNqoc15NhbtOPZByi6mocmiE4f3wPz/vXGOskNuvWLty6FtLHlbTubqWk4Dxcggm+GcK 3kPl12BpEYMBK31x3XJLcyydvFPjtgbbp2leHJZa6cVER0ls2x25Y7vizC2iEh+K6QLO 0xvbaRCYUPlkPahZL/+v0asIO+ECUb7gtRmAvRr5wWR0eS/lSQ8ybjhdnhVIVN1ZO428 aa7A== X-Received: by 10.66.146.9 with SMTP id sy9mr41200770pab.16.1373588012360; Thu, 11 Jul 2013 17:13:32 -0700 (PDT) Received: from krys-red.trunet.local ([210.48.94.225]) by mx.google.com with ESMTPSA id sq5sm44635831pab.11.2013.07.11.17.13.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Jul 2013 17:13:31 -0700 (PDT) Sender: Chris Gagneraud Message-ID: <51DF4A26.6070407@gna.org> Date: Fri, 12 Jul 2013 12:13:26 +1200 From: Christian Gagneraud User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: meta-arago@arago-project.org Subject: qt4-embedded-gles broken with arago-danny-config X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 00:13:34 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi there, I've just updated my build env today because connman wouldn't compile due to unmet dependencies on ofono (needed bluez >=4.99, had 4.98), and now it is solved, good! Note: I updated my existing build env using "./oe-layertool-setup.sh -f configs/arago-danny-config.txt" But now qt4-embedded-gles is broken: christiaga@krys-red:~/projects/yocto/arago/build$ bitbake connman ERROR: Unable to parse /home/christiaga/projects/yocto/arago/sources/meta-arago/meta-arago-extras/recipes-qt/qt4/qt4-embedded-gles_4.8.4.bb Traceback (most recent call last): [...] OSError: [Errno 2] No such file or directory: '/home/christiaga/projects/yocto/arago/sources/oe-core/meta/recipes-qt/qt4/qt4-4.8.4.inc' it seems that qt4-embedded-gles has been bumped to 4.8.4, but oe-core is still at Qt 4.8.3. Then I realised, that I should as well update my arago build env using git pull, and re-run ./oe-layertool-setup.sh, which I did, and now I'm back on ofono/bluez unmet dependency... I tried to clean bluez4, connman and ofono and bitbake connman again, but i get the same error while configuring ofono: [...] Requested 'bluez >= 4.99' but version of BlueZ is 4.98 | configure:13104: error: Bluetooth library >= 4.99 is required [...] Am I missing something or is Arago temporary broken in that respect? Thx, Chris