diff --git a/debian/changelog b/debian/changelog index 0c7f4e75..220b1d03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ livecd-rootfs (2.547) UNRELEASED; urgency=medium * For ubuntu-image consumption, export the kernel and initrd to image/boot/uboot for raspi*. + [ Michael Zanetti ] + * Don't set QML2_IMPORT_PATH in environment for Ubuntu Touch images. + -- Steve Langasek Mon, 19 Nov 2018 10:39:33 -0800 livecd-rootfs (2.546) disco; urgency=medium diff --git a/live-build/ubuntu-touch/hooks/48-setup-env.chroot b/live-build/ubuntu-touch/hooks/48-setup-env.chroot index 258d83a2..74b43c21 100755 --- a/live-build/ubuntu-touch/hooks/48-setup-env.chroot +++ b/live-build/ubuntu-touch/hooks/48-setup-env.chroot @@ -13,7 +13,6 @@ ANDROID_BOOTLOGO=1 LD_LIBRARY_PATH=/vendor/lib:/system/lib PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ANDROID_DATA=/data -QML2_IMPORT_PATH=/usr/lib/@DEB_HOST_MULTIARCH@/qt5/imports QT_SELECT=qt5 SHLVL=1 MKSH=/system/bin/sh