diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gjs/gjs_1.58.4.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gjs/gjs_1.58.4.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.4.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.58.4.bb new file mode 100644 index 0000000000..eb7d323a6f --- /dev/null +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.4.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | SUMMARY = "Javascript bindings for GNOME" | ||
| 2 | LICENSE = "MIT & LGPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = " \ | ||
| 4 | file://COPYING;md5=beb29cf17fabe736f0639b09ee6e76fa \ | ||
| 5 | file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 9 | |||
| 10 | DEPENDS = "mozjs gtk+3" | ||
| 11 | |||
| 12 | inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even | ||
| 13 | |||
| 14 | SRC_URI[archive.md5sum] = "385f4baa266991a08d3e425bc69ee962" | ||
| 15 | SRC_URI[archive.sha256sum] = "261a3f666c771d7744965fe71b804fc2c3a3d46a8e3e8d4f7ed5ef97967ebd5f" | ||
| 16 | SRC_URI += "file://0001-Disable-tests-on-host.patch" | ||
| 17 | |||
| 18 | # gobject-introspection is mandatory and cannot be configured | ||
| 19 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
| 20 | UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" | ||
| 21 | |||
| 22 | EXTRA_OECONF = " \ | ||
| 23 | --without-dbus-tests \ | ||
| 24 | --disable-installed-tests \ | ||
| 25 | " | ||
| 26 | |||
| 27 | do_configure_prepend() { | ||
| 28 | # make configure find gobject-introspection test code. Although we set | ||
| 29 | # --disable-installed-tests gjs builds them | ||
| 30 | sed -i 's|:$GI_DATADIR|:${STAGING_DIR_NATIVE}$GI_DATADIR|g' ${S}/configure.ac | ||
| 31 | } | ||
| 32 | |||
| 33 | FILES_${PN} += "${datadir}/gjs-1.0/lsan" | ||
| 34 | |||
| 35 | PACKAGES =+ "${PN}-valgrind" | ||
| 36 | FILES_${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" | ||
| 37 | RSEPENDS_${PN}-valgrind += "valgrind" | ||
