summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 15:33:05 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 16:13:11 +0000
commitf070067a6a2d76af31186f183b24f9f92bea13c7 (patch)
treebdeb349e748e5c6ee16bc8bfa783863dbe53799a /recipes-devtools
parent91a9eccf4bd98a52e8d186a244e2befaa6200be2 (diff)
downloadmeta-cloud-services-f070067a6a2d76af31186f183b24f9f92bea13c7.tar.gz
cool.io, serverengine: drop S = WORKDIR/git assignment
OE-core now sets S correctly for git repos by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/ruby/cool.io_1.9.0.bb2
-rw-r--r--recipes-devtools/ruby/serverengine_2.2.1.bb2
2 files changed, 0 insertions, 4 deletions
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"
8 8
9SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=main' 9SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=main'
10 10
11S = '${WORKDIR}/git'
12
13inherit rubyv2 11inherit rubyv2
14 12
15GEM_NAME = "cool.io" 13GEM_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'
8 8
9SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;branch=master' 9SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;branch=master'
10 10
11S = '${WORKDIR}/git'
12
13RDEPENDS:${PN} = "sigdump" 11RDEPENDS:${PN} = "sigdump"
14 12
15inherit ruby 13inherit ruby