summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
-rw-r--r--meta/recipes-core/busybox/busybox.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 59e0141e19..00c88abcba 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -262,6 +262,7 @@ python do_package_prepend () {
262 262
263 d.appendVar('ALTERNATIVE_%s' % (pn), ' ' + alt_name) 263 d.appendVar('ALTERNATIVE_%s' % (pn), ' ' + alt_name)
264 d.setVarFlag('ALTERNATIVE_LINK_NAME', alt_name, alt_link_name) 264 d.setVarFlag('ALTERNATIVE_LINK_NAME', alt_name, alt_link_name)
265 f.close()
265} 266}
266 267
267pkg_postinst_${PN} () { 268pkg_postinst_${PN} () {