cjs: Fix recent update - that went out too early

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-10-15 14:50:13 +02:00
parent 23c9000f44
commit d093b14a85

View File

@@ -1,15 +1,14 @@
SUMMARY = "TThe Cinnamon Javascript interpreter" SUMMARY = "TThe Cinnamon Javascript interpreter"
LICENSE = "GPL-2.0-only & LGPL-2.0-only" LICENSE = "MIT & LGPL-2.0-only"
LIC_FILES_CHKSUM = " \ LIC_FILES_CHKSUM = " \
file://COPYING;md5=beb29cf17fabe736f0639b09ee6e76fa \ file://COPYING;md5=8dcea832f6acf45d856abfeb2d51ec48 \
file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7 \
" "
DEPENDS = " \ DEPENDS = " \
dbus-native \ dbus-native \
glib-2.0-native \ glib-2.0-native \
gtk+3 \ gtk+3 \
mozjs-91 \ mozjs-78 \
sysprof \ sysprof \
" "