mozjs-52: initial add 52.9.1 to satisfy cjs demands

* Stolen from meta-oe right before mozjs was upgraded to 60.x
* In the long term mozjs-52 can go because cinnamon intends to move to mozjs-68
  [1]. That is not yet available in any layer as far sa I know (off-topic have
  started work on mozjs-68 to get rid of python2 but did not yet get it to fly)
* build might fail on other arches than arm but that is good enough for me

[1] https://github.com/linuxmint/cjs/issues/80

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-01-11 00:35:30 +01:00
parent 709bdd3d6f
commit 31834bb528
17 changed files with 918 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb"
BBFILES += "${LAYERDIR}/recipes*/*.bb ${LAYERDIR}/recipes*/*/*.bb"
BBFILE_COLLECTIONS += "meta-gnome-forks"
BBFILE_PATTERN_meta-gnome-forks := "^${LAYERDIR}/"