summaryrefslogtreecommitdiffstats
path: root/scripts/migrate
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2012-10-10 10:59:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-12 11:47:24 +0200
commit1ae43d8a09a28b177defdc38a2cd7e9a33565ee1 (patch)
tree8649cc145d7f3010bc4dd7b73cb327ad0f9f7d57 /scripts/migrate
parentba04cff0c6c2f0329e7249033006cc6307bed950 (diff)
downloadptxdist-1ae43d8a09a28b177defdc38a2cd7e9a33565ee1.tar.gz
ptxdist-1ae43d8a09a28b177defdc38a2cd7e9a33565ee1.tar.xz
timezone: rename GLIBC_LOCALTIME and targetinstall only if not empty
Revised with fresh morning mind. I could not test the migrate stuff, please review! Greets Alex Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/migrate')
-rwxr-xr-xscripts/migrate/migrate_ptx6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index 568289097..47f324b83 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -189,3 +189,9 @@ s/^\(\(# \)\?PTXCONF_GLIBC_LOCALTIME\)_LINK\(.*\)/\1\3/
# reason : cleanup
#
s/^\(\(# \)\?PTXCONF_GSTREAMER_\)_\(.*$\)/\1\3/
+
+#
+# symbol : GLIBC_LOCALTIME -> TIMEZONE_LOCALTIME
+# reason : cleanup
+#
+s/^\(\(# \)\?PTXCONF_\)GLIBC\(_LOCALTIME\)/\1TIMEZONE\3/