Skip to content
Open
Changes from 2 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/rdmagent/rdmagent.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ DEPENDS += "rbus"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8700a1d105cac2a90d4f51290ac6e466"

PV = "2.1.3"
PV = "2.1.4"
PR = "r1"
PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"

# This tells bitbake where to find the files we're providing on the local filesystem
FILESEXTRAPATHS:prepend := "${THISDIR}:"

SRCREV = "18f68fc271daa1259b22a0707ff73765ae96da0a"
SRCREV = "f14b0c26f14238a32c1701bc8957ab5edf01e864"
SRC_URI = "${CMF_GITHUB_ROOT}/rdm-agent;${CMF_GITHUB_SRC_URI_SUFFIX};name=rdmagent"
SRCREV_FORMAT = "rdmagent"

Expand Down