All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/10] nodejs 0.6.x: update to 0.6.14
@ 2012-04-09 15:16 Koen Kooi
  2012-04-09 15:16 ` [meta-oe][PATCH 02/10] nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.x Koen Kooi
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Koen Kooi @ 2012-04-09 15:16 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

The LICENSE checksum changed due to date changes and clarification on licenses of included "libraries" like the markdown parser

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../nodejs/{nodejs_0.6.8.bb => nodejs_0.6.14.bb}   |   22 ++++++++++++++-----
 1 files changed, 16 insertions(+), 6 deletions(-)
 rename meta-oe/recipes-devtools/nodejs/{nodejs_0.6.8.bb => nodejs_0.6.14.bb} (66%)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.6.8.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.6.14.bb
similarity index 66%
rename from meta-oe/recipes-devtools/nodejs/nodejs_0.6.8.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_0.6.14.bb
index bd404ae..4f85bf3 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.6.8.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.6.14.bb
@@ -1,21 +1,26 @@
 DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
 HOMEPAGE = "http://nodejs.org"
 LICENSE = "MIT & BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=672cc6c8dbb3e918277a61ea98f088f6"
-
-DEFAULT_PREFERENCE = "-1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d66c1f33ba9b89616e45f588e7606ee6"
 
 DEPENDS = "openssl"
 
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz"
-SRC_URI[md5sum] = "9fd7baa2d27b848c3134e6ae35bb87b2"
-SRC_URI[sha256sum] = "e6cbfc5ccdbe10128dbbd4dc7a88c154d80f8a39c3a8477092cf7d25eef78c9c"
+SRC_URI[md5sum] = "3033a866e230cca64e212ee8f2af27dd"
+SRC_URI[sha256sum] = "e41922308155c5197c2d048948ca9cd76ea5f9a51f977e1591bd93fe17d4cf1f"
 
 S = "${WORKDIR}/node-v${PV}"
 
 # v8 errors out if you have set CCACHE
 CCACHE = ""
 
+do_configure_virtclass-native () {
+  sed -i -e s:\'/usr/lib:\'${STAGING_LIBDIR}:g wscript
+  sed -i -e s:\'/usr/local/lib:\'${STAGING_LIBDIR}:g wscript
+
+  ./configure --prefix=${prefix} --without-snapshot
+}
+
 # Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround waf+scons
 do_configure () {
   echo '#!/bin/sh' > ${WORKDIR}/gcc
@@ -36,6 +41,10 @@ do_configure () {
   ./configure --prefix=${prefix} --without-snapshot
 }
 
+do_compile_virtclass-native () {
+  make
+}
+
 do_compile () {
   export PATH=${WORKDIR}:${PATH}
   export CC=gcc
@@ -48,6 +57,7 @@ do_install () {
 }
 
 RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient "
+RDEPENDS_${PN}_virtclass-native = "curl-native python-native"
 
-FILES_${PN} += "${libdir}/node/wafadmin"
+FILES_${PN} += "${libdir}/node/wafadmin ${libdir}/node_modules"
 BBCLASSEXTEND = "native"
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-04-09 17:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 15:16 [meta-oe][PATCH 01/10] nodejs 0.6.x: update to 0.6.14 Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 02/10] nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.x Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 03/10] cloud9 0.5.1: use nodejs4 instead of nodejs Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 04/10] cloud9: add 0.6 Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 05/10] cloud9: remove 0.5.1 Koen Kooi
2012-04-09 17:32   ` Denys Dmytriyenko
2012-04-09 17:39     ` Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 06/10] systemd: bump SRCREV Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 07/10] systemd: fix vconsole-setup dependencies Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 08/10] gvfs-gdu-volume-monitor 1.8.2: remove conflicting files Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 09/10] xbmc: update to head of the Eden release branch Koen Kooi
2012-04-09 15:16 ` [meta-oe][PATCH 10/10] xbmc: fix .desktop for ARM Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.