diff options
-rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 1 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb index b5dbaa8d8e..87e524dd7b 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb +++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | |||
@@ -8,6 +8,7 @@ PR = "r5" | |||
8 | # Nodejs-native for node-waf, nodejs4-native for the headers | 8 | # Nodejs-native for node-waf, nodejs4-native for the headers |
9 | DEPENDS = "libxml2 nodejs-native nodejs4-native" | 9 | DEPENDS = "libxml2 nodejs-native nodejs4-native" |
10 | 10 | ||
11 | PNBLACKLIST[cloud9] ?= "Not comatible with current nodejs 0.12, but upstream is working on it for v3" | ||
11 | inherit systemd | 12 | inherit systemd |
12 | 13 | ||
13 | SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \ | 14 | SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \ |
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb index 7e67bcb338..268a10a25f 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb | |||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d6237f3a840aef5b7880fb4e49eecfe5" | |||
5 | 5 | ||
6 | DEPENDS = "openssl" | 6 | DEPENDS = "openssl" |
7 | 7 | ||
8 | PNBLACKLIST[nodejs4] ?= "Used only by currently blacklisted cloud9 and fails to build for qemuarm with thumb: error: #error For thumb inter-working we require an architecture which supports blx" | ||
9 | |||
8 | SRC_URI = " \ | 10 | SRC_URI = " \ |
9 | http://nodejs.org/dist/node-v${PV}.tar.gz \ | 11 | http://nodejs.org/dist/node-v${PV}.tar.gz \ |
10 | file://libev-cross-cc_${PV}.patch \ | 12 | file://libev-cross-cc_${PV}.patch \ |