diff options
author | John Klug <john.klug@multitech.com> | 2017-10-09 10:42:32 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-10-09 10:42:32 -0500 |
commit | 60dac2846def5222a502b08e5172eafe5869cdd9 (patch) | |
tree | b1f94065530b860ec8c190b0d3fd03ea4158597c /recipes-core/busybox | |
parent | 693cfe48fdb715a528b68c543726e470ce3e1731 (diff) | |
download | meta-mlinux-60dac2846def5222a502b08e5172eafe5869cdd9.tar.gz meta-mlinux-60dac2846def5222a502b08e5172eafe5869cdd9.tar.bz2 meta-mlinux-60dac2846def5222a502b08e5172eafe5869cdd9.zip |
Add busybox-ifplugd to the exposed package list, and out ifplugd in the base image.
Diffstat (limited to 'recipes-core/busybox')
-rw-r--r-- | recipes-core/busybox/busybox_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index bc7225a..a24100f 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -1,4 +1,5 @@ PR .= ".mlinux2" +PACKAGES =+ "busybox-ifplugd" FILESEXTRAPATHS_prepend := ":${THISDIR}/files:" RDEPENDS_${PN} += "bash" |