summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-07-15 12:57:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-16 13:35:17 +0200
commitfd2ab51e18cb94dbae429d8612f283f47df7ad4a (patch)
tree49a7ef6dbd87902d7d4e0126b29412f3923ce287 /scripts
parentf6cafe10925ce4441a62198d582d3bca2d4a3262 (diff)
downloadptxdist-fd2ab51e18cb94dbae429d8612f283f47df7ad4a.tar.gz
ptxdist-fd2ab51e18cb94dbae429d8612f283f47df7ad4a.tar.xz
sqlite: fix typo in option SQLITE_LOAD_EXTENTION
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/migrate/migrate_ptx10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
index 9d19bf675..d7f8b0479 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -391,6 +391,14 @@ s/^\(\(# \)\?PTXCONF_GST_PLUGINS_GOOD1_\)X\>/\1XIMAGESRC/
# from : ptxdist-2019.04.0
# to : ptxdist-2019.05.0
# symbol : GST_PLUGINS_BAD1_STEREO -> GST_PLUGINS_GOOD1_AUDIOFX
-# reason : option was rename
+# reason : option was renamed
#
s/^\(\(# \)\?PTXCONF_GST_PLUGINS_\)BAD1_STEREO\>/\1GOOD1_AUDIOFX/
+
+#
+# from : ptxdist-2019.07.0
+# to : ptxdist-2019.08.0
+# symbol : SQLITE_LOAD_EXTENTION -> SQLITE_LOAD_EXTENSION
+# reason : option was renamed
+#
+s/^\(\(# \)\?PTXCONF_SQLITE_LOAD_\)EXTENTION/\1EXTENSION/