aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpython-function/lastchktime_to_log.py2
-rwxr-xr-xpython-function/maintainer_to_log.py2
-rwxr-xr-xpython-function/noupgreason.py2
-rwxr-xr-xpython-function/upgrade_to_log.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/python-function/lastchktime_to_log.py b/python-function/lastchktime_to_log.py
index e529b40..1e6d130 100755
--- a/python-function/lastchktime_to_log.py
+++ b/python-function/lastchktime_to_log.py
@@ -14,7 +14,7 @@
import os,sys
-DISTROHOME = os.getcwd() + "/../poky-contrib/meta/conf/distro/include/"
+DISTROHOME = os.getcwd() + "/../poky/meta/conf/distro/include/"
myfile= open(DISTROHOME + "distro_tracking_fields.inc")
lines = myfile.readlines()
for curline in lines:
diff --git a/python-function/maintainer_to_log.py b/python-function/maintainer_to_log.py
index 04caf25..d356d31 100755
--- a/python-function/maintainer_to_log.py
+++ b/python-function/maintainer_to_log.py
@@ -12,7 +12,7 @@
import os,sys
-DISTROHOME = os.getcwd() + "/../poky-contrib/meta/conf/distro/include/"
+DISTROHOME = os.getcwd() + "/../poky/meta/conf/distro/include/"
myfile= open(DISTROHOME + "distro_tracking_fields.inc")
lines = myfile.readlines()
for curline in lines:
diff --git a/python-function/noupgreason.py b/python-function/noupgreason.py
index ab12cfd..927005e 100755
--- a/python-function/noupgreason.py
+++ b/python-function/noupgreason.py
@@ -11,7 +11,7 @@
# ***************************************************************************/
import os,sys
-DISTROHOME = os.getcwd() + "/../poky-contrib/meta/conf/distro/include/"
+DISTROHOME = os.getcwd() + "/../poky/meta/conf/distro/include/"
myfile= open(DISTROHOME + "distro_tracking_fields.inc")
lines = myfile.readlines()
for curline in lines:
diff --git a/python-function/upgrade_to_log.py b/python-function/upgrade_to_log.py
index 64b1853..1f960ac 100755
--- a/python-function/upgrade_to_log.py
+++ b/python-function/upgrade_to_log.py
@@ -11,7 +11,7 @@
# ***************************************************************************/
import os,sys
-DISTROHOME = os.getcwd() + "/../poky-contrib/meta/conf/distro/include/"
+DISTROHOME = os.getcwd() + "/../poky/meta/conf/distro/include/"
myfile= open(DISTROHOME + "distro_tracking_fields.inc")
lines = myfile.readlines()
for curline in lines: