summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend b/recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend
new file mode 100644
index 0000000..37b648b
--- /dev/null
+++ b/recipes-devtools/run-postinsts/run-postinsts_1.0.bbappend
@@ -0,0 +1,7 @@
1
2# Don't run 'dpkg --configure' for debs, because it is already executed by a
3# service included in the dpkg recipe
4do_install_append() {
5 sed -i 's/backend_list="rpm deb ipk"/backend_list="rpm ipk"/' \
6 ${D}${sbindir}/run-postinsts
7}