Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes-support/pd-mapper/pd-mapper_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ DEPENDS = "qrtr xz"

inherit systemd

SRCREV = "10997ba7c43a3787a40b6b1b161408033e716374"
SRCREV = "5ecd2fe926aca7abfe40724177f63b942cff3947"
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https \
"

PV = "0.0+"
PV = "1.0+"

do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix} servicedir=${systemd_unitdir}/system
Expand Down
11 changes: 11 additions & 0 deletions recipes-support/qrtr/qrtr_1.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SUMMARY = "Qualcomm QRTR applications and library"
HOMEPAGE = "https://github.com/linux-msm/qrtr.git"
SECTION = "devel"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=15329706fbfcb5fc5edcc1bc7c139da5"

SRCREV = "b51ffaf22707b6000ecfb894c5b750f3bb7843b2"
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https;tag=v${PV}"

inherit meson pkgconfig
21 changes: 0 additions & 21 deletions recipes-support/qrtr/qrtr_git.bb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ca25dbf5ebfc1a058bfc657c895aac2f"

inherit systemd

SRCREV = "7a5ae7e0a57be3e09e0256b51b9075ee6b860322"
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https"
SRCREV = "44facf5694036ebda53fd09c9535774982df5247"
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https;tag=v1.1.1"
DEPENDS = "qmic-native qrtr udev"

PV = "0.2+"

do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix} servicedir=${systemd_unitdir}/system
}

SYSTEMD_PACKAGES = "${PN} ${PN}-dir"

SYSTEMD_SERVICE:${PN} = "rmtfs.service"
RDEPENDS:${PN} += "qrtr"

PACKAGES += "${PN}-dir"
SYSTEMD_SERVICE:${PN}-dir = "rmtfs-dir.service"
RDEPENDS:${PN}-dir += "${PN}"
10 changes: 4 additions & 6 deletions recipes-support/tqftpserv/tqftpserv_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@ SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=424e013ed97b36284f3b9ce27bb16a56"

DEPENDS = "qrtr"
DEPENDS = "qrtr zstd"

inherit systemd
inherit systemd meson pkgconfig

SRCREV = "de42697a2466cc5ee267ffe36ab4e8494f005fb0"
SRCREV = "0ed681362b6f7ac7381e0320501823be6d843006"
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https \
"

PV = "0.0+"

do_install () {
oe_runmake install DESTDIR=${D} prefix=${prefix} servicedir=${systemd_unitdir}/system
}
EXTRA_OEMESON = "-Dsystemd-unit-prefix=${systemd_system_unitdir}"

SYSTEMD_SERVICE:${PN} = "tqftpserv.service"
RDEPENDS:${PN} += "qrtr"
Loading