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
acd896ef
Commit
acd896ef
authored
Jul 08, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from Asteroid-Project/fido
Fido
parents
690b63a5
ab5d9a84
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
16 additions
and
54 deletions
+16
-54
libhybris_git.bbappend
recipes-core/libhybris/libhybris_git.bbappend
+3
-0
weston_1.6.0.bbappend
recipes-graphics/wayland/weston_1.6.0.bbappend
+3
-0
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
qtbase_git.bbappend
recipes-qt/qt5/qtbase_git.bbappend
+0
-0
statefs-qt_git.bb
recipes-qt/qt5/statefs-qt_git.bb
+1
-1
usb-moded-old_git.bb
recipes-qt/qt5/usb-moded-old_git.bb
+0
-50
usb-moded_git.bb
recipes-qt/qt5/usb-moded_git.bb
+2
-0
No files found.
recipes-core/libhybris/libhybris_git.bbappend
0 → 100644
View file @
acd896ef
SRCREV = "${AUTOREV}"
DEPENDS += " wayland "
EXTRA_OECONF += " --enable-wayland --with-default-egl-platform=fbdev --enable-trace --enable-debug"
recipes-graphics/wayland/weston_1.6.0.bbappend
0 → 100644
View file @
acd896ef
# Remove dependencies to meta/mesa
PACKAGECONFIG_remove = "kms"
PACKAGECONFIG_remove = "wayland"
recipes-qt/qt5/cor_git.bb
View file @
acd896ef
...
...
@@ -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 @
acd896ef
...
...
@@ -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 @
acd896ef
...
...
@@ -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 @
acd896ef
...
...
@@ -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 @
acd896ef
...
...
@@ -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/qtbase_
5.3.2
.bbappend
→
recipes-qt/qt5/qtbase_
git
.bbappend
View file @
acd896ef
File moved
recipes-qt/qt5/statefs-qt_git.bb
View file @
acd896ef
...
...
@@ -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-old_git.bb
deleted
100644 → 0
View file @
690b63a5
SUMMARY = "This is a daemon which can hanlde setting different usb profiles with gadget drivers"
HOMEPAGE = "https://github.com/nemomobile/usb-moded"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5f30f0716dfdd0d91eb439ebec522ec2"
SRC_URI = "git://github.com/nemomobile/usb-moded;protocol=https"
SRCREV = "${AUTOREV}"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF="--enable-systemd "
do_install_append() {
install -m 644 -D src/usb_moded-dbus.h ${D}/usr/lib//usb_moded-dbus.h
install -m 644 -D src/usb_moded-modes.h %{buildroot}/%{_includedir}/%{name}/usb_moded-modes.h
install -m 644 -D src/usb_moded-appsync-dbus.h %{buildroot}/%{_includedir}/%{name}/usb_moded-appsync-dbus.h
install -m 644 -D src/com.meego.usb_moded.xml %{buildroot}/%{_includedir}/%{name}/com.meego.usb_moded.xml
install -m 644 -D usb_moded.pc %{buildroot}/%{_libdir}/pkgconfig/usb_moded.pc
install -d %{buildroot}/%{_docdir}/%{name}/html/
install -m 644 docs/html/* %{buildroot}/%{_docdir}/%{name}/html/
install -m 644 docs/usb_moded-doc.txt %{buildroot}/%{_docdir}/%{name}/
install -m 644 -D debian/manpage.1 %{buildroot}/%{_mandir}/man1/usb-moded.1
install -m 644 -D debian/usb_moded.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/usb_moded.conf
install -m 644 -D %{SOURCE1} %{buildroot}/%{_sysconfdir}/modprobe.d/usb_moded.conf
install -d %{buildroot}/%{_sysconfdir}/usb-moded
install -d %{buildroot}/%{_sysconfdir}/usb-moded/run
install -d %{buildroot}/%{_sysconfdir}/usb-moded/run-diag
install -d %{buildroot}/%{_sysconfdir}/usb-moded/dyn-modes
install -d %{buildroot}/%{_sysconfdir}/usb-moded/diag
install -m 644 -D config/dyn-modes/* %{buildroot}/%{_sysconfdir}/usb-moded/dyn-modes/
install -m 644 -D config/diag/* %{buildroot}/%{_sysconfdir}/usb-moded/diag/
install -m 644 -D config/run/* %{buildroot}/%{_sysconfdir}/usb-moded/run/
install -m 644 -D config/run-diag/* %{buildroot}/%{_sysconfdir}/usb-moded/run-diag/
install -m 644 -D config/mass-storage-jolla.ini %{buildroot}/%{_sysconfdir}/usb-moded/
touch %{buildroot}/%{_sysconfdir}/modprobe.d/g_ether.conf
touch %{buildroot}/%{_sysconfdir}/udhcpd.conf
#systemd stuff
install -d $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/
install -m 644 -D systemd/%{name}.service %{buildroot}/lib/systemd/system/%{name}.service
ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/basic.target.wants/%{name}.service
install -m 644 -D systemd/usb-moded-args.conf %{buildroot}/var/lib/environment/usb-moded/usb-moded-args.conf
install -m 755 -D systemd/turn-usb-rescue-mode-off %{buildroot}/%{_bindir}/turn-usb-rescue-mode-off
install -m 644 -D systemd/usb-rescue-mode-off.service %{buildroot}/lib/systemd/system/usb-rescue-mode-off.service
install -m 644 -D systemd/usb-rescue-mode-off.service %{buildroot}/lib/systemd/system/graphical.target.wants/usb-rescue-mode-off.service
install -m 644 -D systemd/usb-moded.conf %{buildroot}/%{_sysconfdir}/tmpfiles.d/usb-moded.conf
}
recipes-qt/qt5/usb-moded_git.bb
View file @
acd896ef
...
...
@@ -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