Supply DESTDIR to make install. Otherwise the build fails, because libexec
points to the real rootfs.
Changelog is here:
* https://greenwoodsoftware.com/less/news.702.html
* https://greenwoodsoftware.com/less/news.704.html
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
file://run-ptest \
"
-SRC_URI[sha256sum] = "61300f603798ecf1d7786570789f0ff3f5a1acf075a6fb9f756837d166e37d14"
+SRC_URI[sha256sum] = "20a0b0a2bb2525fa53c7eee9beb854b4c9cf172eabb209af7020743547bfe9fb"
UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
}
do_install () {
- oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install
+ oe_runmake 'DESTDIR=${D}' install
}
do_install_ptest () {