diff options
author | John Klug <john.klug@multitech.com> | 2020-08-21 16:02:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-08-21 16:02:04 -0500 |
commit | fc37aa689a2ecf34063bf7c1b1d412fa22c0fb18 (patch) | |
tree | cac173bd614a74e5590d9c0b0a03cc308d920507 | |
parent | ab8e866f45fae5cfd34f532778d638cedd850e1e (diff) | |
download | meta-mlinux-fc37aa689a2ecf34063bf7c1b1d412fa22c0fb18.tar.gz meta-mlinux-fc37aa689a2ecf34063bf7c1b1d412fa22c0fb18.tar.bz2 meta-mlinux-fc37aa689a2ecf34063bf7c1b1d412fa22c0fb18.zip |
mtcap now has python-pip
-rw-r--r-- | recipes-core/images/mlinux-mtcap-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-mtcap-image.bb b/recipes-core/images/mlinux-mtcap-image.bb index 1c0c94f..1d4cb61 100644 --- a/recipes-core/images/mlinux-mtcap-image.bb +++ b/recipes-core/images/mlinux-mtcap-image.bb @@ -60,7 +60,7 @@ IMAGE_INSTALL_append = " \ mosquitto mosquitto-clients \ " -MISC_FEATURES = "minicom lrzsz nano lxfp" +MISC_FEATURES = "minicom lrzsz nano lxfp python-pip" # Extra stuff to install # Someday add wifi features |