Commit 0d08533e authored by Florent Revest's avatar Florent Revest

Drop unnecessary build dependency and recipe: qmsystem

parent cb9bb5bc
......@@ -17,7 +17,7 @@ S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS += "qtbase qtsensors qtdeclarative qtwayland mlite dbus dbus-glib libresourceqt qtsystems libngf-qt statefs-qt mce usb-moded-qt5 systemd wayland qmsystem nemo-keepalive qttools-native"
DEPENDS += "qtbase qtsensors qtdeclarative qtwayland mlite dbus dbus-glib libresourceqt qtsystems libngf-qt statefs-qt mce usb-moded-qt5 systemd wayland nemo-keepalive qttools-native"
RDEPENDS_${PN} += "${PN}-locale"
inherit qmake5
......
From 96e03f69e86d8b7948e4230767d38eacd02c7377 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 26 Feb 2017 23:06:30 +0100
Subject: [PATCH] qmtime.h Adds required Q_NAMESPACE macro to Meego namespace
declaration
---
system/qmtime.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/system/qmtime.h b/system/qmtime.h
index 8e5e28c..c178834 100644
--- a/system/qmtime.h
+++ b/system/qmtime.h
@@ -51,6 +51,7 @@ namespace MeeGo { class QmTimePrivate2 ; }
/* to be replaces by MeeGo::QmTime::WhatChanged */
namespace MeeGo
{
+ Q_NAMESPACE
/**
*
* Enumeration for change events for QmTime.
--
2.11.0
SUMMARY = "Nemomobile's discontinued qmsystem"
HOMEPAGE = "https://github.com/nemomobile-graveyard/qmsystem"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://system/qmsystemstate.cpp;beginline=1;endline=29;md5=63b0668100f7f3c7d93090514722bceb"
SRC_URI = "git://github.com/nemomobile-graveyard/qmsystem.git;protocol=https \
file://0001-qmtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch"
SRCREV = "b6ee288d04efd4612d02273c77eedfaa3af500f6"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
inherit qmake5
B = "${S}"
# Disable tests which don't work as expected
do_configure_prepend () {
sed -i "s@system keyd tests@system keyd@" libqmsystem2.pro
}
DEPENDS += "timed sensorfw libdsme libiphb"
FILES_${PN}-dbg += "/opt /usr/share/qmsystem-qt5-tests/"
FILES_${PN}-dev += "/usr/share/qt5/mkspecs"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment