summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-11-13 09:40:06 -0600
committerJohn Klug <john.klug@multitech.com>2019-11-13 09:40:06 -0600
commitd828723d1a3e8ca5ef74c05f6acdf8257b25404c (patch)
tree781599375df09d7ee1206eaa1b498e75b5798c53 /scripts
parent0a3f99fc26efa34e65d0105ae18888bd750e5ab6 (diff)
downloadmeta-mlinux-atmel-d828723d1a3e8ca5ef74c05f6acdf8257b25404c.tar.gz
meta-mlinux-atmel-d828723d1a3e8ca5ef74c05f6acdf8257b25404c.tar.bz2
meta-mlinux-atmel-d828723d1a3e8ca5ef74c05f6acdf8257b25404c.zip
add openldap and python3-pip to the build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-feed-extras.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh
index 8a50f59..ce0826c 100755
--- a/scripts/build-feed-extras.sh
+++ b/scripts/build-feed-extras.sh
@@ -2,9 +2,9 @@
# Extra packages to build for mLinux feed
FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils"
-NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp socat"
+NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp socat openldap"
UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool"
-DEV_PACKAGES="strace mono gdb git vim python-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server"
+DEV_PACKAGES="strace mono gdb git vim python-pip python3-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server"
SUP_PACKAGES="pps-tools setserial boost diffutils"
bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES