Hello,
I am trying to build enigma2 from release-7.2 branch and i have observed that the bb recipe reference the develop version, i am doing something wrong or there it is a mistake in the bb recipe from release-7.2?
I am doing this
git clone https://github.com/OpenPLi/openpli-oe-core.git -b release-7.2
cd openpli-oe-core/
make
cat meta-openpli/recipes-openpli/enigma2/enigma2.bb | grep -B3 -i branch
PV = "2.7+git${SRCPV}"
PKGV = "2.7+git${GITPKGV}"
ENIGMA2_BRANCH ?= "develop"
Best regards,
Marc