Skip to content

Commit 293b98f

Browse files
kanavinrpurdie
authored andcommitted
ruby: update 3.0.2 -> 3.0.3
Do not tweak a file that is no longer installed. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent f93408b commit 293b98f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SRC_URI += " \
1313
file://0006-Make-gemspecs-reproducible.patch \
1414
"
1515

16-
SRC_URI[sha256sum] = "5085dee0ad9f06996a8acec7ebea4a8735e6fac22f22e2d98c3f2bc3bef7e6f1"
16+
SRC_URI[sha256sum] = "3586861cb2df56970287f0fd83f274bd92058872d830d15570b36def7f1a92ac"
1717

1818
PACKAGECONFIG ??= ""
1919
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
@@ -67,6 +67,7 @@ do_install:append:class-target () {
6767
}
6868

6969
do_install_ptest () {
70+
set -x
7071
cp -rf ${S}/test ${D}${PTEST_PATH}/
7172

7273
install -D ${S}/tool/test/runner.rb ${D}${PTEST_PATH}/tool/test/runner.rb
@@ -83,8 +84,6 @@ do_install_ptest () {
8384
-i ${D}${PTEST_PATH}/test/erb/test_erb_command.rb
8485

8586
cp -r ${S}/include ${D}/${libdir}/ruby/
86-
test_case_rb=`grep rubygems/test_case.rb ${B}/.installed.list`
87-
sed -i -e 's:../../../test/:../../../ptest/test/:g' ${D}/$test_case_rb
8887
}
8988

9089
PACKAGES =+ "${PN}-ri-docs ${PN}-rdoc"

0 commit comments

Comments
 (0)