diff options
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 | 4 |
1 files changed, 3 insertions, 1 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 6779017fe..51d5ae5eb 100644 --- a/recipes-demo-hmi/vod-server/vod-server_0.1.bb +++ b/recipes-demo-hmi/vod-server/vod-server_0.1.bb @@ -11,7 +11,9 @@ SRC_URI += "file://0001-Fix-cross-compilation-with-yocto.patch \ S = "${WORKDIR}/git" SRCREV = "38a2c807b3128c5a84538334c6ba18fe95a55734" -PV = "0.1+git${SRCREV}" +SRCREV_dab = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" + +PV = "0.1+git${SRCPV}" do_install() { install -m 0755 -d ${D}${bindir} |