diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/parted/parted_3.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/parted/parted_3.2.bb b/meta/recipes-extended/parted/parted_3.2.bb index 5d34749b01..ff8ae097cc 100644 --- a/meta/recipes-extended/parted/parted_3.2.bb +++ b/meta/recipes-extended/parted/parted_3.2.bb | |||
@@ -36,6 +36,7 @@ do_install_ptest() { | |||
36 | cp ${S}/build-aux/test-driver $t/build-aux/ | 36 | cp ${S}/build-aux/test-driver $t/build-aux/ |
37 | cp -r ${S}/tests $t | 37 | cp -r ${S}/tests $t |
38 | cp ${WORKDIR}/Makefile $t/tests/ | 38 | cp ${WORKDIR}/Makefile $t/tests/ |
39 | sed -i "s|^VERSION.*|VERSION = ${PV}|g" $t/tests/Makefile | ||
39 | for i in print-align print-max dup-clobber duplicate fs-resize; \ | 40 | for i in print-align print-max dup-clobber duplicate fs-resize; \ |
40 | do cp ${B}/tests/.libs/$i $t/tests/; \ | 41 | do cp ${B}/tests/.libs/$i $t/tests/; \ |
41 | done | 42 | done |