diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-04-17 16:47:43 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-04-17 16:47:43 -0500 |
commit | 074247a585ac716191b071ef280261f90756cbdb (patch) | |
tree | 9b6bdc7267ca0c502970a07379cdd30aa5e7cedb | |
parent | 121a8cc507eed3c8d54f79f6b3e52e1568734c85 (diff) | |
download | meta-mlinux-074247a585ac716191b071ef280261f90756cbdb.tar.gz meta-mlinux-074247a585ac716191b071ef280261f90756cbdb.tar.bz2 meta-mlinux-074247a585ac716191b071ef280261f90756cbdb.zip |
scripts/build-feed-extras.sh: add python-modules
-rwxr-xr-x | scripts/build-feed-extras.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh index fd244c9..93beac4 100755 --- a/scripts/build-feed-extras.sh +++ b/scripts/build-feed-extras.sh @@ -4,6 +4,6 @@ FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils" NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl" UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool" -DEV_PACKAGES="node-red mono gdb git vim" +DEV_PACKAGES="node-red mono gdb git vim python-modules python-pip" bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES |