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
ab5d9a84
Commit
ab5d9a84
authored
Jul 06, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds missing dependencies
parent
2aee3da7
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
4 deletions
+10
-4
cor_git.bb
recipes-qt/qt5/cor_git.bb
+1
-1
libiphb_git.bb
recipes-qt/qt5/libiphb_git.bb
+2
-0
libngf-qt_git.bb
recipes-qt/qt5/libngf-qt_git.bb
+1
-1
libngf_git.bb
recipes-qt/qt5/libngf_git.bb
+2
-0
mlite_git.bb
recipes-qt/qt5/mlite_git.bb
+1
-1
statefs-qt_git.bb
recipes-qt/qt5/statefs-qt_git.bb
+1
-1
usb-moded_git.bb
recipes-qt/qt5/usb-moded_git.bb
+2
-0
No files found.
recipes-qt/qt5/cor_git.bb
View file @
ab5d9a84
...
...
@@ -11,5 +11,5 @@ S = "${WORKDIR}/git"
inherit cmake
DEPENDS+=" tut "
DEPENDS+=" tut
udev
"
EXTRA_OECMAKE=" -DVERSION=0.1.17"
recipes-qt/qt5/libiphb_git.bb
View file @
ab5d9a84
...
...
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/nemomobile/libiphb.git;protocol=https"
DEPENDS += "glib-2.0 libdsme"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
...
...
recipes-qt/qt5/libngf-qt_git.bb
View file @
ab5d9a84
...
...
@@ -9,7 +9,7 @@ PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
DEPENDS += " qtbase libngf"
DEPENDS += " qtbase libngf
qtdeclarative
"
inherit qmake5
do_install_append() {
...
...
recipes-qt/qt5/libngf_git.bb
View file @
ab5d9a84
...
...
@@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/libngf.git"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS += " dbus "
SRC_URI = "git://github.com/nemomobile/libngf.git;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
...
...
recipes-qt/qt5/mlite_git.bb
View file @
ab5d9a84
...
...
@@ -9,7 +9,7 @@ PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
DEPENDS += "qtbase"
DEPENDS += "qtbase
qtbase-native
"
inherit qmake5
B = "${WORKDIR}/git"
# Out of dir build breaks mlite5.pc installation
recipes-qt/qt5/statefs-qt_git.bb
View file @
ab5d9a84
...
...
@@ -11,7 +11,7 @@ PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
INSANE_SKIP_statefs-qt += "dev-deps"
DEPENDS += " qtbase cor qtaround"
DEPENDS += " qtbase cor qtaround
qtdeclarative
"
inherit cmake_qt5
B = "${WORKDIR}/git"
...
...
recipes-qt/qt5/usb-moded_git.bb
View file @
ab5d9a84
...
...
@@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/usb-moded"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5f30f0716dfdd0d91eb439ebec522ec2"
DEPENDS += "glib-2.0 udev dbus-glib dbus"
SRC_URI = "git://github.com/nemomobile/usb-moded;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
...
...
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