diff --git a/recipes-common/dcmd/dcmd.bb b/recipes-common/dcmd/dcmd.bb index dd8908262..9f08c6e7b 100644 --- a/recipes-common/dcmd/dcmd.bb +++ b/recipes-common/dcmd/dcmd.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=31507c3c771f85b4cb615b359765f58d" # This tells bitbake where to find the files we're providing on the local filesystem FILESEXTRAPATHS:prepend := "${THISDIR}:" -SRCREV = "671514a3f293399f76cc431eb52cb067812c3c88" +SRCREV = "c894975533f43b8ad0f505bc8540cbd0c8e0b4ce" SRC_URI = "${CMF_GITHUB_ROOT}/dcm-agent;${CMF_GITHUB_SRC_URI_SUFFIX}" PV = "2.2.1" PR = "r0" @@ -54,6 +54,8 @@ do_install:append () { inherit breakpad-wrapper DEPENDS += "breakpad breakpad-wrapper" BREAKPAD_BIN:append = "logupload" +BREAKPAD_BIN:append = "dcmd" +BREAKPAD_BIN:append = "backup_logs" PACKAGECONFIG:append = " breakpad" PACKAGECONFIG[breakpad] = "--enable-breakpad,,breakpad," diff --git a/recipes-common/utils/commonutilities_git.bb b/recipes-common/utils/commonutilities_git.bb index 1880418de..01bef33cc 100644 --- a/recipes-common/utils/commonutilities_git.bb +++ b/recipes-common/utils/commonutilities_git.bb @@ -3,7 +3,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=24691c8ce48996ecd1102d29eab1216e" # To have a possibility to override SRC_URI later, we are introducing the following workaround: -SRCREV = "a97a431ad0d149f4dc9521cf1d49c150d421cce9" +SRCREV = "18e2fa36be368c3255589e893dad142cd321cde0" SRC_URI = "${CMF_GITHUB_ROOT}/common_utilities;module=.;${CMF_GITHUB_SRC_URI_SUFFIX}"