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
778d23ca
Commit
778d23ca
authored
Dec 26, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
statefs: install statefs-providers
parent
c0a534d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
statefs-providers_git.bb
recipes-nemomobile/statefs/statefs-providers_git.bb
+6
-2
statefs_git.bb
recipes-nemomobile/statefs/statefs_git.bb
+1
-0
No files found.
recipes-nemomobile/statefs/statefs-providers_git.bb
View file @
778d23ca
SUMMARY = "Nemomobile's statefs-providers"
HOMEPAGE = "https://git.merproject.org/mer-core/statefs-providers"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5="
LIC_FILES_CHKSUM = "file://LICENSE;md5=
9d1d95673c01a94e06648bf72ecda12d
"
SRC_URI = "git://git.merproject.org/mer-core/statefs-providers.git;protocol=https"
SRCREV = "a3fb4f3f81945b964b2748c0cbef45356c002c6f"
...
...
@@ -9,7 +9,11 @@ PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
DEPENDS += "statefs boost"
DEPENDS += "statefs boost
qtbase statefs-qt qtsensors
"
inherit cmake_qt5
EXTRA_OECMAKE=" -DVERSION=x.x.x -DOE_QMAKE_PATH_EXTERNAL_HOST_BINS=${STAGING_DIR_NATIVE}/usr/bin/qt5/"
FILES_${PN} = "/usr/share/statefs /usr/lib/"
FILES_${PN}-dbg = "/usr/lib/statefs/.debug/ /usr/lib/.debug/ /usr/src/"
FILES_${PN}-dev = "/usr/lib/pkgconfig/ /usr/include"
recipes-nemomobile/statefs/statefs_git.bb
View file @
778d23ca
...
...
@@ -10,6 +10,7 @@ PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
DEPENDS += "boost fuse cor"
RDEPENDS_${PN} += "statefs-providers"
EXTRA_OECMAKE=" -DVERSION=0.3.0"
inherit cmake
...
...
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