mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
cloud9: remove obsolete patch
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
From 2e36a24997feb30ea8325eca5575e2e968909a5f Mon Sep 17 00:00:00 2001
|
||||
From: Jason Kridner <jdk@ti.com>
|
||||
Date: Thu, 20 Oct 2011 14:45:34 -0400
|
||||
Subject: [PATCH] remove x86-specific compiler flags
|
||||
|
||||
---
|
||||
wscript | 2 --
|
||||
1 files changed, 0 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/../o3/wscript b/../o3/wscript
|
||||
index 6e21bee..607e1c3 100644
|
||||
--- a/../o3/wscript
|
||||
+++ b/../o3/wscript
|
||||
@@ -9,8 +9,6 @@ def configure(conf):
|
||||
conf.check_tool('compiler_cxx')
|
||||
conf.check_tool('node_addon')
|
||||
conf.add_os_flags('LDFLAGS','LINKFLAGS')
|
||||
- conf.env.append_value('CCFLAGS', ['-O3', '-msse2', '-ffast-math'])
|
||||
- conf.env.append_value('CXXFLAGS', ['-O3', '-msse2', '-ffast-math'])
|
||||
|
||||
def build(bld):
|
||||
obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
|
||||
--
|
||||
1.7.4.1
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018"
|
||||
|
||||
DEPENDS = "libxml2 nodejs-native"
|
||||
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \
|
||||
git://github.com/ajaxorg/o3;destsuffix=o3;name=o3 \
|
||||
@@ -32,7 +32,6 @@ SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \
|
||||
git://github.com/ajaxorg/socket.io.git;destsuffix=git/support/socket.io;name=socketio \
|
||||
git://github.com/ajaxorg/socket.io-client.git;destsuffix=git/support/socket.io-client;name=socketio-client \
|
||||
git://github.com/ajaxorg/UglifyJS.git;destsuffix=git/support/uglify-js;name=uglify-js \
|
||||
file://0001-remove-x86-specific-compiler-flags.patch \
|
||||
file://cloud9.service \
|
||||
file://cloud9-avahi.service \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user