diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-26 13:49:12 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-26 13:49:12 +0200 |
commit | 49f56fa1c73e2b207dd9cfc8e6320e7098ffb08e (patch) | |
tree | 4f6fafaf5c7ac8d0f6328dfd35afe175562f1d83 /recipes-demo-hmi/unicens/unicens_0.1.bb | |
parent | 6408944431013997ea8c71043ec77da50440571b (diff) |
Pin recipes for DD rc2
Change-Id: I8a912b288ad3eaf955c5a775b1d41a0ad5159521
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo-hmi/unicens/unicens_0.1.bb')
-rw-r--r-- | recipes-demo-hmi/unicens/unicens_0.1.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-demo-hmi/unicens/unicens_0.1.bb b/recipes-demo-hmi/unicens/unicens_0.1.bb index 0fc0afc93..24b8e5c25 100644 --- a/recipes-demo-hmi/unicens/unicens_0.1.bb +++ b/recipes-demo-hmi/unicens/unicens_0.1.bb @@ -4,19 +4,18 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425 #LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ # " -PV = "0.1" DEPENDS += "libxml2" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/unicens;protocol=https" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/unicens;protocol=https;branch=dab" SRC_URI += "file://0001-Fix-cross-compilation-with-yocto.patch" SRC_URI += "file://0001-Support-booting-by-systemd.patch \ file://most-network-startup.service \ file://most-network-manager.service" S = "${WORKDIR}/git" -#SRCREV = "8c5f2324d7aa61669324aec1a0ad091fe1379489" -SRCREV = "${AUTOREV}" +SRCREV = "98de71566c669330284fb5c707b7f05abd893862" +PV = "0.1+git${SRCREV}" do_install() { install -m 0755 -d ${D}/usr/AGL/most |