diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 15:33:05 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 16:13:11 +0000 |
| commit | f070067a6a2d76af31186f183b24f9f92bea13c7 (patch) | |
| tree | bdeb349e748e5c6ee16bc8bfa783863dbe53799a /recipes-devtools | |
| parent | 91a9eccf4bd98a52e8d186a244e2befaa6200be2 (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | recipes-devtools/ruby/serverengine_2.2.1.bb | 2 |
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 | ||
| 9 | SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=main' | 9 | SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=main' |
| 10 | 10 | ||
| 11 | S = '${WORKDIR}/git' | ||
| 12 | |||
| 13 | inherit rubyv2 | 11 | inherit rubyv2 |
| 14 | 12 | ||
| 15 | GEM_NAME = "cool.io" | 13 | 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' | |||
| 8 | 8 | ||
| 9 | SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;branch=master' | 9 | SRC_URI = 'git://github.com/treasure-data/serverengine.git;protocol=https;branch=master' |
| 10 | 10 | ||
| 11 | S = '${WORKDIR}/git' | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "sigdump" | 11 | RDEPENDS:${PN} = "sigdump" |
| 14 | 12 | ||
| 15 | inherit ruby | 13 | inherit ruby |
