diff options
author | John Klug <john.klug@multitech.com> | 2016-08-12 14:49:43 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-08-12 14:49:43 -0500 |
commit | 1188cad13b391ae9839167e39f42d5008f057b2f (patch) | |
tree | 3832c9852f22b15fbbc6996c6569080ec643e7d8 /scripts | |
parent | f623fafb27e9eefd52aa34bcfa1c3b8e18c6d72b (diff) | |
download | meta-mlinux-1188cad13b391ae9839167e39f42d5008f057b2f.tar.gz meta-mlinux-1188cad13b391ae9839167e39f42d5008f057b2f.tar.bz2 meta-mlinux-1188cad13b391ae9839167e39f42d5008f057b2f.zip |
Add python-pyopenssl ipk to the mlinux feed
Diffstat (limited to 'scripts')
-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 24bb17d..6ec3359 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 python-pip" +DEV_PACKAGES="node-red mono gdb git vim python-pip python-pyopenssl" bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES |