diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-09-14 16:20:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-09-27 12:12:10 +0000 |
commit | 5c09532b7d07a7f70c2297f1b0f646257e75f63e (patch) | |
tree | c17f5d6c5c59ec875880d9cd8b12d4291971d20d /meta-agl-profile-core/recipes-test | |
parent | e659e73e00a4856c9ec5abedd2cae5495e47d808 (diff) |
afb-test: Set version from AGLVERSION
Change-Id: I2bc00d49e0712523e1d7a65d802adc2e492b479a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-test')
-rw-r--r-- | meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb index bbc156efd..906f59c3a 100644 --- a/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb +++ b/meta-agl-profile-core/recipes-test/afb-test/afb-test_git.bb @@ -13,7 +13,7 @@ DEPENDS += "lua" RDEPENDS_${PN} += "lua bash" RDEPENDS_${PN}-ptest += "af-binder" -PV = "5.99-FF.RC6.0+git${SRCPV}" +PV = "${AGLVERSION}" S = "${WORKDIR}/git" inherit cmake aglwgt pkgconfig ptest |