Commit acd896ef authored by Florent Revest's avatar Florent Revest

Merge pull request #1 from Asteroid-Project/fido

Fido
parents 690b63a5 ab5d9a84
SRCREV = "${AUTOREV}"
DEPENDS += " wayland "
EXTRA_OECONF += " --enable-wayland --with-default-egl-platform=fbdev --enable-trace --enable-debug"
# Remove dependencies to meta/mesa
PACKAGECONFIG_remove = "kms"
PACKAGECONFIG_remove = "wayland"
...@@ -11,5 +11,5 @@ S = "${WORKDIR}/git" ...@@ -11,5 +11,5 @@ S = "${WORKDIR}/git"
inherit cmake inherit cmake
DEPENDS+=" tut " DEPENDS+=" tut udev "
EXTRA_OECMAKE=" -DVERSION=0.1.17" EXTRA_OECMAKE=" -DVERSION=0.1.17"
...@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" ...@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/nemomobile/libiphb.git;protocol=https" SRC_URI = "git://github.com/nemomobile/libiphb.git;protocol=https"
DEPENDS += "glib-2.0 libdsme"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
PR = "r1" PR = "r1"
PV = "+git${SRCREV}" PV = "+git${SRCREV}"
......
...@@ -9,7 +9,7 @@ PR = "r1" ...@@ -9,7 +9,7 @@ PR = "r1"
PV = "+git${SRCREV}" PV = "+git${SRCREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS += " qtbase libngf" DEPENDS += " qtbase libngf qtdeclarative "
inherit qmake5 inherit qmake5
do_install_append() { do_install_append() {
......
...@@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/libngf.git" ...@@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/libngf.git"
LICENSE = "LGPL-2.1+" LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
DEPENDS += " dbus "
SRC_URI = "git://github.com/nemomobile/libngf.git;protocol=https" SRC_URI = "git://github.com/nemomobile/libngf.git;protocol=https"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
PR = "r1" PR = "r1"
......
...@@ -9,7 +9,7 @@ PR = "r1" ...@@ -9,7 +9,7 @@ PR = "r1"
PV = "+git${SRCREV}" PV = "+git${SRCREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS += "qtbase" DEPENDS += "qtbase qtbase-native"
inherit qmake5 inherit qmake5
B = "${WORKDIR}/git" B = "${WORKDIR}/git"
# Out of dir build breaks mlite5.pc installation # Out of dir build breaks mlite5.pc installation
...@@ -11,7 +11,7 @@ PV = "+git${SRCREV}" ...@@ -11,7 +11,7 @@ PV = "+git${SRCREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
INSANE_SKIP_statefs-qt += "dev-deps" INSANE_SKIP_statefs-qt += "dev-deps"
DEPENDS += " qtbase cor qtaround" DEPENDS += " qtbase cor qtaround qtdeclarative"
inherit cmake_qt5 inherit cmake_qt5
B = "${WORKDIR}/git" B = "${WORKDIR}/git"
......
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
}
...@@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/usb-moded" ...@@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/nemomobile/usb-moded"
LICENSE = "LGPL-2.1+" LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5f30f0716dfdd0d91eb439ebec522ec2" 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" SRC_URI = "git://github.com/nemomobile/usb-moded;protocol=https"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
PR = "r1" PR = "r1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment