Skip to content

Commit

Permalink
ruby: update 3.0.2 -> 3.0.3
Browse files Browse the repository at this point in the history
Do not tweak a file that is no longer installed.

(From OE-Core rev: 293b98ff4acf824af94d205e08b07039165447da)

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
kanavin authored and rpurdie committed Dec 8, 2021
1 parent 8b8981e commit 8b3eca0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI += " \
file://0006-Make-gemspecs-reproducible.patch \
"

SRC_URI[sha256sum] = "5085dee0ad9f06996a8acec7ebea4a8735e6fac22f22e2d98c3f2bc3bef7e6f1"
SRC_URI[sha256sum] = "3586861cb2df56970287f0fd83f274bd92058872d830d15570b36def7f1a92ac"

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

do_install_ptest () {
set -x
cp -rf ${S}/test ${D}${PTEST_PATH}/

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

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

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

0 comments on commit 8b3eca0

Please sign in to comment.