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
59e60c05
Commit
59e60c05
authored
Feb 20, 2018
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds a kf5bluezqt recipe needed by newer statefs-providers
parent
f583ab90
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
kf5bluezqt_git.bb
recipes-nemomobile/kf5bluezqt/kf5bluezqt_git.bb
+20
-0
No files found.
recipes-nemomobile/kf5bluezqt/kf5bluezqt_git.bb
0 → 100644
View file @
59e60c05
SUMMARY = "Qt wrapper for BlueZ 5 DBus API, with partial support for BlueZ 4 backends"
HOMEPAGE = "https://git.merproject.org/mer-core/kf5bluezqt"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://bluez-qt/COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://git.merproject.org/mer-core/kf5bluezqt.git;protocol=https"
SRCREV = "65c7154e93bf302639e30c5a8ab6a2a4d6e36e40"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
DEPENDS += "qtbase qtdeclarative"
inherit qmake5
do_configure_prepend() {
export EXTRA_QMAKEVARS_PRE="${EXTRA_QMAKEVARS_PRE} KF5BLUEZQT_BLUEZ_VERSION=5"
sed -i "s@-L\$\$PWD/../@-L${B}/bluez-qt/src/@" ../git/bluez-qt/src/imports/imports.pro
}
FILES_${PN} += "${libdir}/qml/org/kde/bluezqt"
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