From ce067d98f8976cb34563c32027c5ddacd23dc318 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Aug 2013 12:32:58 +0200 Subject: qcanobserver: Update svn URL for new sourceforge layout, fix build with newer eglibc Signed-off-by: Martin Jansa --- meta-oe/recipes-qt/nonworking/qcanobserver/qcanobserver_svn.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'meta-oe/recipes-qt/nonworking/qcanobserver/qcanobserver_svn.bb') diff --git a/meta-oe/recipes-qt/nonworking/qcanobserver/qcanobserver_svn.bb b/meta-oe/recipes-qt/nonworking/qcanobserver/qcanobserver_svn.bb index 4b566f7a33..7dd86f2b52 100644 --- a/meta-oe/recipes-qt/nonworking/qcanobserver/qcanobserver_svn.bb +++ b/meta-oe/recipes-qt/nonworking/qcanobserver/qcanobserver_svn.bb @@ -8,13 +8,14 @@ inherit qt4x11 DEPENDS += "qwt" PV = "0.5+svnr${SRCPV}" -SRCREV = "48" -SRC_URI = "svn://qcanobserver.svn.sourceforge.net/svnroot;module=qcanobserver;protocol=https \ +SRCREV = "50" +SRC_URI = "svn://svn.code.sf.net/p/qcanobserver;module=code;protocol=https \ file://0001-messagebufferinterface.cpp-add-sys-socket.h-as-inclu.patch \ - file://0002-qconsole-writethread-gcc-4.5-fixes.patch \ + file://0001-WIP-try-to-upgrade-to-qwt-6-API.patch \ + file://0003-messagebufferinterface-include-unistd.h-for-read-wri.patch \ file://candemo.xml" -S = "${WORKDIR}/qcanobserver/" +S = "${WORKDIR}/code/" CXXFLAGS += " -DPF_CAN=29 -DAF_CAN=PF_CAN" -- cgit 1.2.3-korg