Browse Source

libubootenv: git define PV

The devtool workflow does not work without setting PV properly.

To prefer the git version add the following line to the distro config:
  PREFERRED_VERSION_libubootenv = "0.1+git%"

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Adrian Freihofer 6 năm trước cách đây
mục cha
commit
ef7ab199c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      recipes-bsp/libubootenv/libubootenv_git.bb

+ 1 - 1
recipes-bsp/libubootenv/libubootenv_git.bb

@@ -1,5 +1,5 @@
 require libubootenv.inc
 SRCREV = "92949816720d7af2ac722016e7a5b9a85ff141bc"
-PV_append = "+git${SRCPV}"
+PV = "0.1+git${SRCPV}"
 
 DEFAULT_PREFERENCE = "-1"