Title: [182008] trunk/Tools
- Revision
- 182008
- Author
- [email protected]
- Date
- 2015-03-26 05:23:49 -0700 (Thu, 26 Mar 2015)
Log Message
[EFL] Disable building libseccomp on AArch64
https://bugs.webkit.org/show_bug.cgi?id=143094
Reviewed by Gyuyoung Kim.
* efl/jhbuildrc:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (182007 => 182008)
--- trunk/Tools/ChangeLog 2015-03-26 12:21:38 UTC (rev 182007)
+++ trunk/Tools/ChangeLog 2015-03-26 12:23:49 UTC (rev 182008)
@@ -1,5 +1,14 @@
2015-03-26 Csaba Osztrogonác <[email protected]>
+ [EFL] Disable building libseccomp on AArch64
+ https://bugs.webkit.org/show_bug.cgi?id=143094
+
+ Reviewed by Gyuyoung Kim.
+
+ * efl/jhbuildrc:
+
+2015-03-26 Csaba Osztrogonác <[email protected]>
+
[jhbuild] git should use only 1 thread for cloning jhbuild
https://bugs.webkit.org/show_bug.cgi?id=143095
Modified: trunk/Tools/efl/jhbuildrc (182007 => 182008)
--- trunk/Tools/efl/jhbuildrc 2015-03-26 12:21:38 UTC (rev 182007)
+++ trunk/Tools/efl/jhbuildrc 2015-03-26 12:23:49 UTC (rev 182008)
@@ -17,6 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
import sys
+import platform
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../jhbuild") )
import jhbuildrc_common
@@ -39,3 +40,6 @@
os.environ['ACCESSIBILITY_EAIL_LIBRARY_PATH'] = _libeail_path
partial_build = False
+
+if platform.processor() == 'aarch64':
+ skip = "libseccomp"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes