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 acd635b1e3..f8fee51725 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -270,6 +270,7 @@ pkg_prerm_${PN} () {
270 ln -s /bin/busybox $tmpdir/rm 270 ln -s /bin/busybox $tmpdir/rm
271 ln -s /bin/busybox $tmpdir/sed 271 ln -s /bin/busybox $tmpdir/sed
272 ln -s /bin/busybox $tmpdir/sort 272 ln -s /bin/busybox $tmpdir/sort
273 ln -s /bin/busybox $tmpdir/grep
273 export PATH=$PATH:$tmpdir 274 export PATH=$PATH:$tmpdir
274 275
275 while read link 276 while read link