In a small number of cases we need to have ${PN} in FILESPATH rather
than ${BPN}. Rather than hurt readability for all other recipes,
set FILESPATH in these recipes so we can prune the default.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
PR = "r2"
+FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}/"
+
inherit native
S = "${WORKDIR}/${PN}-${PV}"
STAGE_TEMP = "${WORKDIR}/image-temp"
+FILESPATH = "${FILE_DIRNAME}/cdrtools-native/"
+
do_install() {
install -d ${STAGE_TEMP}
make install INS_BASE=${STAGE_TEMP}
DEPENDS = ""
INHIBIT_DEFAULT_DEPS = "1"
+FILESPATH = "${FILE_DIRNAME}/${PN}/"
+
inherit native
PATCHTOOL = "patch"
SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563"
SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec"
+FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/"
+
inherit autotools native
do_configure () {
"
S = "${WORKDIR}/Python-${PV}"
+FILESPATH = "${FILE_DIRNAME}/python-native/:${FILE_DIRNAME}/python/"
+
inherit native
RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native"