mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
nodejs: update to 0.4.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
+4
-12
@@ -1,24 +1,16 @@
|
||||
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
|
||||
HOMEPAGE = "http://nodejs.org"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6394136134ac02d730a7302418c94fb6"
|
||||
|
||||
PR = "r2"
|
||||
LICENSE = "MIT && zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d6237f3a840aef5b7880fb4e49eecfe5"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
def nodejs_get_gcc_version(d):
|
||||
import subprocess,os,bb
|
||||
if os.path.exists(bb.data.getVar('TOOLCHAIN_PATH', d, 1)+'/bin/'+bb.data.getVar('TARGET_PREFIX', d, 1)+'gcc'):
|
||||
return subprocess.Popen([bb.data.getVar('TOOLCHAIN_PATH', d, 1)+'/bin/'+bb.data.getVar('TARGET_PREFIX', d, 1)+'gcc', '-v'], stderr=subprocess.PIPE).communicate()[1].splitlines()[-1].split()[2]
|
||||
|
||||
SRC_URI = " \
|
||||
http://nodejs.org/dist/node-v${PV}.tar.gz \
|
||||
file://libev-cross-cc_${PV}.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "9e9e791e125f6a601ebc663dc99c72a8"
|
||||
SRC_URI[sha256sum] = "09b1100ca6828eedbe52418fbeb3352d71c0b1ff3344c44a5af3efb80c5b908c"
|
||||
SRC_URI[md5sum] = "e525b8b99d949bf2f031bc262c138e96"
|
||||
SRC_URI[sha256sum] = "f231ea6d19ea9ea4c7f8e7ff5061e7d301f1635bec7ed0ff1eef2512576ea442"
|
||||
|
||||
S = "${WORKDIR}/node-v${PV}"
|
||||
|
||||
Reference in New Issue
Block a user