Skip to content

Commit

Permalink
Merge pull request #540 from quic-vkraleti/move-to-tip
Browse files Browse the repository at this point in the history
recipes-support: pd-mapper bump to rev 10997ba
  • Loading branch information
lumag committed Nov 13, 2023
2 parents 9bba99f + 8e20af2 commit 288b3cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions recipes-support/pd-mapper/pd-mapper_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@ SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c5d4ab97bca4e843c5afdbf78aa5fdee"

DEPENDS = "qrtr"
DEPENDS = "qrtr xz"

inherit systemd

SRCREV = "d7fe25fa6eff2e62cf264544adee9e8ca830dc78"
SRCREV = "10997ba7c43a3787a40b6b1b161408033e716374"
SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https \
"

PV = "0.0+${SRCPV}"

S = "${WORKDIR}/git"

EXTRA_OEMAKE = "prefix=${prefix} bindir=${bindir} libdir=${libdir} includedir=${includedir} LDFLAGS='${LDFLAGS} -Wl,-lqrtr' CFLAGS='${CFLAGS}'"

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

0 comments on commit 288b3cc

Please sign in to comment.