summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-11-12 15:56:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-17 19:00:12 +0100
commit3e7dffa01d33c1cdc9c6a567e6ccee5afb99dbdd (patch)
tree51f3c624f8171c08c8c45a52665bbc649fa77da4 /scripts
parentbe2b41df68073c577c4e65e2a68435cf25f9ca3a (diff)
downloadptxdist-3e7dffa01d33c1cdc9c6a567e6ccee5afb99dbdd.tar.gz
ptxdist-3e7dffa01d33c1cdc9c6a567e6ccee5afb99dbdd.tar.xz
bluez: rename PTXCONF_BLUEZ{_UTILS -> _TOOLS}* for consistency
"utils" is never used anywhere, neither in configure.ac, nor in our kconfig menu. Rename it to prevent confusion. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> 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 b665eccdc..2663852d3 100755
--- a/scripts/migrate/migrate_ptx
+++ b/scripts/migrate/migrate_ptx
@@ -306,3 +306,11 @@ s/^\(\(# \)\?PTXCONF_\)LIGHTTPD_MEMCACHE\>/\1LIGHTTPD_MEMCACHED/
# reason : split into a separate package
#
s/^\(\(# \)\?PTXCONF_\)XORG_LIB_X11_INSTALL_LOCALE\>/\1LIBX11_LOCALE/
+
+#
+# from : ptxdist-2018.11.0
+# to : ptxdist-2018.12.0
+# symbol : BLUEZ_UTILS* -> BLUEZ_TOOLS*
+# reason : consolidation of config symbols
+#
+s/^\(\(# \)\?PTXCONF_BLUEZ\)_UTILS\(.*$\)/\1_TOOLS\2/