summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-05 11:53:58 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-06 07:15:53 +0100
commitccb52c21abc6fe3801ec4b978f160a47a560fad9 (patch)
tree1a27edaf756e034d9f524778932ef918e4f6d372 /scripts
parentf1610a8bdb5c731bab30ceb857742aafdf122ee3 (diff)
downloadptxdist-ccb52c21abc6fe3801ec4b978f160a47a560fad9.tar.gz
ptxdist-ccb52c21abc6fe3801ec4b978f160a47a560fad9.tar.xz
fuse: version bump 2.9.5 -> 2.9.9
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-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 2663852d3..51150f937 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -314,3 +314,11 @@ s/^\(\(# \)\?PTXCONF_\)XORG_LIB_X11_INSTALL_LOCALE\>/\1LIBX11_LOCALE/
# reason : consolidation of config symbols
#
s/^\(\(# \)\?PTXCONF_BLUEZ\)_UTILS\(.*$\)/\1_TOOLS\2/
+
+#
+# from : ptxdist-2019.01.0
+# to : ptxdist-2019.02.0
+# symbol : FUSE__* -> FUSE_*
+# reason : change __ -> _
+#
+s/^\(\(# \)\?PTXCONF_FUSE_\)_/\1\2/