summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-lxde/lxde-common/lxde-common_%.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_%.bbappend b/recipes-lxde/lxde-common/lxde-common_%.bbappend
index bbd0f00..b45c7dd 100644
--- a/recipes-lxde/lxde-common/lxde-common_%.bbappend
+++ b/recipes-lxde/lxde-common/lxde-common_%.bbappend
@@ -93,9 +93,10 @@ pkg_postinst_${PN}_mx6 () {
}
# the ull is in the mx6 soc family, so give a more specific override here
+# do nothing, but do not prevent the injected update-alternatives to run on
+# the target.
pkg_postinst_${PN}_mx6ull () {
- # do nothing
- exit 0
+ :
}
pkg_postinst_${PN}_mx7 () {