As seen in quilt-package.inc we need to pass 'BUILD_ROOT=${D}'
to have things installed where we want. Otherwise we end up with legacy
staging (and empty pstaging packages). Switch to INC_PR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
oe_runconf
}
+do_install () {
+ oe_runmake 'BUILD_ROOT=${D}' install
+}
+
do_test() {
oe_runmake check
}
require quilt-native.inc
-PR="r4"
+PR = "${INC_PR}"
SRC_URI_append = "file://fix_new_GNU_patch_detection.patch"
HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
SECTION = "devel"
LICENSE = "GPL"
+INC_PR = "r5"
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
file://install.patch \
require quilt-package.inc
-PR="r1"
+PR="${INC_PR}"
SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b"
SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc"