From 09e1237f876d39dfa825c5431dd84d4344c78c10 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 25 Oct 2016 19:50:25 +0200 Subject: [PATCH] Make sure mysql upgrades --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 494b846..733f1e5 100644 --- a/bashrc +++ b/bashrc @@ -23,3 +23,6 @@ case "${CATEGORY}/${PN}" in EXTRA_WGET="--no-check-certificate" ;; esac + +# idiotic mysql package dies in pkg_pretend otherwise +MYSQL_MAJOR_UPGRADE="YesPlease"