summaryrefslogtreecommitdiffstats
path: root/scripts/migrate
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-03-28 13:05:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-04-15 21:11:52 +0200
commit9e81f717e4b2c733f30cf19fb5e81425243bda7b (patch)
treea17f7bf5098728bd205dfc9160b4eb2e65ac7947 /scripts/migrate
parent6548ee25500c44787d75945e969034a7bec7b510 (diff)
downloadptxdist-9e81f717e4b2c733f30cf19fb5e81425243bda7b.tar.gz
ptxdist-9e81f717e4b2c733f30cf19fb5e81425243bda7b.tar.xz
gstreamer: version bump 0.10.35 -> 0.10.36
cleanup while at it Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/migrate')
-rwxr-xr-xscripts/migrate/migrate_ptx8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index 1a4dc8efc..568289097 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -181,3 +181,11 @@ s/^\(\(# \)\?PTXCONF_IPTABLES\)_INSTALL_XTABLES_MULTI/\1_INSTALL_TOOLS/
#
s,^\(PTXCONF_GLIBC_LOCALTIME_LINK="\)/usr/share/zoneinfo/\(.*\)$,\1\2,
s/^\(\(# \)\?PTXCONF_GLIBC_LOCALTIME\)_LINK\(.*\)/\1\3/
+
+#
+# from : ptxdist-2010.04.0
+# to : ptxdist-2010.05.0
+# symbol : GSTREAMER__* -> GSTREAMER_*
+# reason : cleanup
+#
+s/^\(\(# \)\?PTXCONF_GSTREAMER_\)_\(.*$\)/\1\3/