diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bind/bind-9.16.5/generate-rndc-key.sh | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.16.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind-9.16.5/generate-rndc-key.sh b/meta/recipes-connectivity/bind/bind-9.16.5/generate-rndc-key.sh index ef915c0ae5..633e29c0e6 100644 --- a/meta/recipes-connectivity/bind/bind-9.16.5/generate-rndc-key.sh +++ b/meta/recipes-connectivity/bind/bind-9.16.5/generate-rndc-key.sh | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | if [ ! -s /etc/bind/rndc.key ]; then | 3 | if [ ! -s /etc/bind/rndc.key ]; then |
4 | echo -n "Generating /etc/bind/rndc.key:" | 4 | echo -n "Generating /etc/bind/rndc.key:" |
5 | /usr/sbin/rndc-confgen -a -b 512 -r /dev/urandom | 5 | /usr/sbin/rndc-confgen -a -b 512 |
6 | chown root:bind /etc/bind/rndc.key | 6 | chown root:bind /etc/bind/rndc.key |
7 | chmod 0640 /etc/bind/rndc.key | 7 | chmod 0640 /etc/bind/rndc.key |
8 | fi | 8 | fi |
diff --git a/meta/recipes-connectivity/bind/bind_9.16.5.bb b/meta/recipes-connectivity/bind/bind_9.16.5.bb index 103192490a..eb263c2eda 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.5.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.5.bb | |||
@@ -34,7 +34,7 @@ PACKAGECONFIG[readline] = "--with-readline=-lreadline,,readline" | |||
34 | PACKAGECONFIG[libedit] = "--with-readline=-ledit,,libedit" | 34 | PACKAGECONFIG[libedit] = "--with-readline=-ledit,,libedit" |
35 | PACKAGECONFIG[python3] = "--with-python=yes --with-python-install-dir=${PYTHON_SITEPACKAGES_DIR} , --without-python, python3-ply-native," | 35 | PACKAGECONFIG[python3] = "--with-python=yes --with-python-install-dir=${PYTHON_SITEPACKAGES_DIR} , --without-python, python3-ply-native," |
36 | 36 | ||
37 | EXTRA_OECONF = " --with-libtool --disable-devpoll --enable-epoll \ | 37 | EXTRA_OECONF = " --with-libtool --disable-devpoll --disable-auto-validation --enable-epoll \ |
38 | --with-gssapi=no --with-lmdb=no --with-zlib \ | 38 | --with-gssapi=no --with-lmdb=no --with-zlib \ |
39 | --sysconfdir=${sysconfdir}/bind \ | 39 | --sysconfdir=${sysconfdir}/bind \ |
40 | --with-openssl=${STAGING_DIR_HOST}${prefix} \ | 40 | --with-openssl=${STAGING_DIR_HOST}${prefix} \ |