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:
@@ -15,9 +15,10 @@ DEPENDS += " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/sjaehn/BOops.git"
|
SRC_URI = "git://github.com/sjaehn/BOops.git"
|
||||||
SRCREV = "f4b358af3ff97dd895d987b451e4c22577651d8d"
|
SRCREV = "eb705aacb57724efa13d6571cac6804a73810ab9"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "1.40"
|
PE = "1"
|
||||||
|
PV = "1.6.0"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
||||||
|
|||||||
Reference in New Issue
Block a user