diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-12-20 15:38:50 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-20 19:23:14 +0000 |
commit | c6d2e95a70c4ef3cb23afd2a3c9b1baefe038222 (patch) | |
tree | d1ba3d74ad990edf27690515ebdf6b91b0c1d5e6 /recipes-demo-hmi/vod-server/vod-server_0.1.bb | |
parent | edfeb162bedd5af60083b319a47949fdfd469697 (diff) |
recipes-demo-hmi: vod-server: use fix SRCREV
This patch uses a commit hash as fixed SRCREV. This was demanded
in SPEC-1032.
Change-Id: I5cdad09a0d11c333d5d26794a9c63031563ae144
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'recipes-demo-hmi/vod-server/vod-server_0.1.bb')
-rw-r--r-- | recipes-demo-hmi/vod-server/vod-server_0.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-demo-hmi/vod-server/vod-server_0.1.bb b/recipes-demo-hmi/vod-server/vod-server_0.1.bb index 5c3ad6a68..d1cbb6692 100644 --- a/recipes-demo-hmi/vod-server/vod-server_0.1.bb +++ b/recipes-demo-hmi/vod-server/vod-server_0.1.bb @@ -11,8 +11,7 @@ SRC_URI += "file://0001-Fix-cross-compilation-with-yocto.patch \ file://vod-demo.service" S = "${WORKDIR}/git" -#SRCREV = "8c5f2324d7aa61669324aec1a0ad091fe1379489" -SRCREV = "${AGL_DEFAULT_REVISION}" +SRCREV = "faafe61dd5f88859a005a59082d57339089ddca1" do_install() { install -m 0755 -d ${D}${bindir} |