From f070067a6a2d76af31186f183b24f9f92bea13c7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 8 Apr 2026 15:33:05 +0000 Subject: cool.io, serverengine: drop S = WORKDIR/git assignment OE-core now sets S correctly for git repos by default. Signed-off-by: Bruce Ashfield --- recipes-devtools/ruby/cool.io_1.9.0.bb | 2 -- recipes-devtools/ruby/serverengine_2.2.1.bb | 2 -- 2 files changed, 4 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/ruby/cool.io_1.9.0.bb b/recipes-devtools/ruby/cool.io_1.9.0.bb index 2e827a8..9305be4 100644 --- a/recipes-devtools/ruby/cool.io_1.9.0.bb +++ b/recipes-devtools/ruby/cool.io_1.9.0.bb @@ -8,8 +8,6 @@ SRCREV = "6f85a2a104488e5c7cb128b9a83058d28ba16d37" SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=main' -S = '${WORKDIR}/git' - inherit rubyv2 GEM_NAME = "cool.io" diff --git a/recipes-devtools/ruby/serverengine_2.2.1.bb b/recipes-devtools/ruby/serverengine_2.2.1.bb index 553c567..a918032 100644 --- a/recipes-devtools/ruby/serverengine_2.2.1.bb +++ b/recipes-devtools/ruby/serverengine_2.2.1.bb @@ -8,8 +8,6 @@ SRCREV = '99d44a0989ab3e64e14ac0367aadf76aa13b3583' SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;branch=master' -S = '${WORKDIR}/git' - RDEPENDS:${PN} = "sigdump" inherit ruby -- cgit v1.2.3-54-g00ecf