boops: upgrade 1.4.0 -> 1.6.0

Unfortunately we had a typo in PV. To fix we have to introduce PE to avoid
version going backwards.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
(cherry picked from commit 7d6a953fab)
This commit is contained in:
Andreas Müller
2021-06-05 12:49:54 +02:00
parent f96c190090
commit 8bad61814e

View File

@@ -15,9 +15,10 @@ DEPENDS += " \
"
SRC_URI = "git://github.com/sjaehn/BOops.git"
SRCREV = "f4b358af3ff97dd895d987b451e4c22577651d8d"
SRCREV = "eb705aacb57724efa13d6571cac6804a73810ab9"
S = "${WORKDIR}/git"
PV = "1.40"
PE = "1"
PV = "1.6.0"
do_install() {
DESTDIR=${D} PREFIX=${prefix} oe_runmake install