From: Keerthy <[email protected]> Add power monitoring support
Signed-off-by: Keerthy <[email protected]> --- meta-arago-extras/recipes-devtools/statcol/statcol.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb index bb841d08..12e10bcf 100644 --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0" PROTOCOL = "git" BRANCH = "master" -SRCREV = "6420b4e6d98dc2c6825557d7d6f56ffd52fd230c" +SRCREV = "dd0131eadf3633e8f9d06cb390d3c6c1b074d873" SRC_URI = "git://git.ti.com/glsdk/statcol.git;protocol=${PROTOCOL};branch=${BRANCH}" DEPENDS = "ti-rpmsg-char websocketd" @@ -18,3 +18,5 @@ EXTRA_OEMAKE += "SYSROOT=${STAGING_DIR_TARGET} CROSS_COMPILE=${TARGET_PREFIX}" do_install() { DESTDIR=${D} make install } + +PR_append = "_3" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
