From 54e7ade0bcc771ebb85dbd915f0ad8f658a5b0a2 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 5 May 2020 09:40:48 +0200 Subject: libsoc_0.8.2: finish move to pkg_postinst_ontarget Remove the leftover from the old way of specifying postinst() which needs execution on target. Completes commit 6f2590ec6085 ("pkg_postinst: move to the ontarget syntax"). Signed-off-by: Max Krummenacher --- recipes-support/libsoc/libsoc_0.8.2.bbappend | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes-support/libsoc/libsoc_0.8.2.bbappend b/recipes-support/libsoc/libsoc_0.8.2.bbappend index 94c775c..1f17c94 100644 --- a/recipes-support/libsoc/libsoc_0.8.2.bbappend +++ b/recipes-support/libsoc/libsoc_0.8.2.bbappend @@ -17,17 +17,12 @@ BOARD_colibri-imx7-emmc = "colibri-imx7-emmc" PACKAGECONFIG_apalis-imx6 = "allboardconfigs enableboardconfig python" PACKAGECONFIG_apalis-tk1 = "allboardconfigs enableboardconfig python" -PACKAGECONFIG_apalis-tk1_mainline = "allboardconfigs enableboardconfig python" PACKAGECONFIG_colibri-imx6 = "allboardconfigs enableboardconfig python" PACKAGECONFIG_colibri-imx6ull = "allboardconfigs enableboardconfig python" PACKAGECONFIG_colibri-imx7 = "allboardconfigs enableboardconfig python" PACKAGECONFIG_colibri-imx7-emmc = "allboardconfigs enableboardconfig python" pkg_postinst_ontarget_${PN}_colibri-imx6ull () { - # can't do this offline - if [ "x$D" != "x" ]; then - exit 1 - fi IS_WIFI_DTB=`grep -c toradex,colibri_imx6ull-wifi /proc/device-tree/compatible` if [ $IS_WIFI_DTB -gt 0 ]; then mv -f ${datadir}/libsoc/colibri-imx6ull.conf ${datadir}/libsoc/colibri-imx6ull.conf.bak -- cgit v1.2.3