diff options
| author | Carlos Alberto Lopez Perez <clopez@igalia.com> | 2022-12-20 04:56:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-21 10:16:31 +0000 |
| commit | b83f2bfe81a6a92926b8bf5ecafc7a050bba2b96 (patch) | |
| tree | 7f2561536ae4fa8e0a16c0058737ebb8df8229b4 /meta/recipes-devtools/ruby | |
| parent | 13150992fb3407876aa8c49e20caf76fc9c75a3e (diff) | |
| download | poky-b83f2bfe81a6a92926b8bf5ecafc7a050bba2b96.tar.gz | |
recipes: Enable nativesdk for gperf, unifdef, gi-docgen and its dependencies
I'm building a SDK (bitbake task: populate_sdk) for WPE/WebKit
development [1] and I need the tools below to be extended with the class
nativesdk. They work fine on the SDK after this change.
The needs are because:
1) gperf and unifdef are required by the WebKit build system at build
time.
2) gi-docgen is required by the WebKit build system when CMake option
'ENABLE_DOCUMENTATION' is enabled, and gi-docgen itself depends on
the following python modules that also need to enable nativesdk:
python3-markdown, python3-smartypants and python3-typogrify
[1]
See:
- https://github.com/Igalia/meta-webkit/pull/436
- https://bugs.webkit.org/show_bug.cgi?id=249604
(From OE-Core rev: 6cb38fd632a161bea7b9a04de400d8be8d565b07)
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby')
| -rw-r--r-- | meta/recipes-devtools/ruby/ruby_3.1.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.1.3.bb b/meta/recipes-devtools/ruby/ruby_3.1.3.bb index c8454da3a9..85d6184a04 100644 --- a/meta/recipes-devtools/ruby/ruby_3.1.3.bb +++ b/meta/recipes-devtools/ruby/ruby_3.1.3.bb | |||
| @@ -15,6 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \ | |||
| 15 | 15 | ||
| 16 | DEPENDS = "zlib openssl libyaml gdbm readline libffi" | 16 | DEPENDS = "zlib openssl libyaml gdbm readline libffi" |
| 17 | DEPENDS:append:class-target = " ruby-native" | 17 | DEPENDS:append:class-target = " ruby-native" |
| 18 | DEPENDS:append:class-nativesdk = " ruby-native" | ||
| 18 | 19 | ||
| 19 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 20 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
| 20 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ | 21 | SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ |
| @@ -139,4 +140,4 @@ FILES:${PN}-ptest:append:class-target = "\ | |||
| 139 | ${libdir}/ruby/${SHRT_VER}.0/*/-test- \ | 140 | ${libdir}/ruby/${SHRT_VER}.0/*/-test- \ |
| 140 | " | 141 | " |
| 141 | 142 | ||
| 142 | BBCLASSEXTEND = "native" | 143 | BBCLASSEXTEND = "native nativesdk" |
