Hi all.

It seems that bitbake doesn't check the remote git repository of my application (terminal is the name of the recipe) every time I do


bitbake  terminal


The recipe is this

# ------------ the recipe ---------

SRCREV="${AUTOREV}"

SRC_URI = " \

    git://git@server/terminal.git;protocol=ssh;branch=master \

"


S := "${WORKDIR}/git"

inherit qmake5

# ------------ the end of recipe ---------


Any idea to force git pull?


Best regards,

  MZ

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to