highlight.js: remove - it does not even fetch properly

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-19 22:51:07 +01:00
parent 64d89142a9
commit a614a0640d
2 changed files with 0 additions and 4226 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,20 +0,0 @@
SUMMARY = "Syntax highlighting with language autodetection"
HOMEPAGE = "https://highlightjs.org/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1536cfb4c71fcc69423296231a64c1c4"
inherit npm
SRC_URI = "git://github.com/highlightjs/highlight.js;protocol=https"
PV = "9.16.2"
SRCREV = "70f76a058d9740636dad13ec894d5825ca9b40fe"
S = "${WORKDIR}/git"
# devtool crashes currrently on lockdown creation
#NPM_LOCKDOWN := "${THISDIR}/${BPN}/package-lock.json"
NPM_SHRINKWRAP := "${THISDIR}/${PN}/npm-shrinkwrap.json"
do_install_append() {
# TODO proper fix - all nodejs recipes share this problem attow
chown -R root:root ${D}/${NPM_INSTALLDIR}
}