]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/commitdiff
depend on python 3.x, not 3.4
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 21 Apr 2016 18:37:04 +0000 (21:37 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 21 Apr 2016 18:37:04 +0000 (21:37 +0300)
py/CMakeLists.txt
py/alpha-test.py
py/db.py
py/functest.py
py/test.py
py/trans-test.py

index 77664808a41c8b35984ba7846f55a25e58246350..c6341d81444a8f7be11205a24c9377f59becbddf 100644 (file)
@@ -5,7 +5,7 @@ include(${SWIG_USE_FILE})
 include_directories(${LIBDRM_INCLUDE_DIRS})
 link_directories(${LIBDRM_LIBRARY_DIRS})
 
-pkg_check_modules(PYTHON python-3.4 REQUIRED)
+pkg_check_modules(PYTHON python3 REQUIRED)
 include_directories(${PYTHON_INCLUDE_DIRS})
 
 # XXX how to add these inc dirs in a proper way?
index 15ba0451243cab237e953548a59fdfdb5a32315a..695cd1baef5d1add4b3eb9740ef2a46e5e3569cd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3.4
+#!/usr/bin/python3
 
 import pykms
 from helpers import *
index fbc19986818f16cfcf33264482f9da2c742386ef..ce1a54e1529b415417e43fc320a70c4e1067be8c 100755 (executable)
--- a/py/db.py
+++ b/py/db.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3.4
+#!/usr/bin/python3
 
 import sys
 import pykms
index 24a9a859d71c5abb01ac0c7152d2e43ad0acf28a..624f3202c2753fbefb08661f8eaea60f986e3584 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3.4
+#!/usr/bin/python3
 
 import pykms
 
index ac3cd7bedf9f212e82e8e17d7120cf2d4bbf8357..70d4887d364bcd619ab6b10fba3f1da05dd95de7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3.4
+#!/usr/bin/python3
 
 import pykms
 
index 3d1d5ff2f407cebcaf01467bcaf685b9600710fc..d2e6050af7da0fe1a2ff1768f9ff9fe02e26b124 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3.4
+#!/usr/bin/python3
 
 import pykms
 from helpers import *