Skip to content
Merged
Changes from 1 commit
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-common/rfc/rfc_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ PACKAGECONFIG ??= "rfctool"
PACKAGECONFIG[rfctool] = "--enable-rfctool=yes"

PV = "1.2.1"
PR = "r0"
PR = "r1"

SRCREV = "5c94e13903e76ded4b0780ca5b3c0e358362b489"
SRCREV = "904a9167f2cbe87dc34d342e32f5ca16b177432c"
SRC_URI = "${CMF_GITHUB_ROOT}/rfc;${CMF_GITHUB_SRC_URI_SUFFIX};name=rfc"
PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"
S = "${WORKDIR}/git"
Expand Down
Loading