Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
0d08533e
Commit
0d08533e
authored
Feb 21, 2018
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unnecessary build dependency and recipe: qmsystem
parent
cb9bb5bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
50 deletions
+1
-50
lipstick_git.bb
recipes-nemomobile/lipstick/lipstick_git.bb
+1
-1
0001-qmtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch
...mtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch
+0
-25
qmsystem_git.bb
recipes-nemomobile/qmsystem/qmsystem_git.bb
+0
-24
No files found.
recipes-nemomobile/lipstick/lipstick_git.bb
View file @
0d08533e
...
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git"
...
@@ -17,7 +17,7 @@ S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
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"
RDEPENDS_${PN} += "${PN}-locale"
inherit qmake5
inherit qmake5
...
...
recipes-nemomobile/qmsystem/qmsystem/0001-qmtime.h-Adds-required-Q_NAMESPACE-macro-to-Meego-na.patch
deleted
100644 → 0
View file @
cb9bb5bc
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
recipes-nemomobile/qmsystem/qmsystem_git.bb
deleted
100644 → 0
View file @
cb9bb5bc
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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment