- the hand crafted do_stage installed a broken file in staging, the
fix is to use the standard native do_stage which does a proper install
using the makefile
# avoid dependency loop
DEPENDS = ""
-
-do_stage() {
- install -m 0755 src/file ${STAGING_BINDIR}/
- oe_libinstall -so -C src libmagic ${STAGING_LIBDIR}/
-}
-
SECTION = "console/utils"
LICENSE = "BSD-ADV"
DEPENDS = "file-native"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
S = "${WORKDIR}/file-${PV}"
}
do_stage() {
-autotools_stage_all
+ autotools_stage_all
}