From 723bcc3f6a1807d1c0d01649cf58cab46dcff774 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 13 Aug 2014 15:05:47 +0200 Subject: [rfs-s32] added openssl.cnf to REQUIRED_FILES --- remote/rootfs/rootfs-stage32/module.build | 2 +- remote/rootfs/rootfs-stage32/module.conf.ubuntu | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/remote/rootfs/rootfs-stage32/module.build b/remote/rootfs/rootfs-stage32/module.build index 90820f3f..d855f5e5 100644 --- a/remote/rootfs/rootfs-stage32/module.build +++ b/remote/rootfs/rootfs-stage32/module.build @@ -46,7 +46,7 @@ build() { get_link_chain "${LIB_LOCATION}" >> "${FILELIST}" done done - + for FILE in ${REQUIRED_DIRECTORIES} do [ ! -d ${FILE} ] && perror "Missing required directory $FILE" diff --git a/remote/rootfs/rootfs-stage32/module.conf.ubuntu b/remote/rootfs/rootfs-stage32/module.conf.ubuntu index f3826df8..1ba422d3 100644 --- a/remote/rootfs/rootfs-stage32/module.conf.ubuntu +++ b/remote/rootfs/rootfs-stage32/module.conf.ubuntu @@ -7,15 +7,16 @@ REQUIRED_INSTALLED_PACKAGES=" curl openssl " -REQUIRED_CONTENT_PACKAGE+=" +REQUIRED_CONTENT_PACKAGES=" openssl " REQUIRED_BINARIES+=" - openssl + openssl " REQUIRED_DIRECTORIES=" /lib/xtables " REQUIRED_FILES+=" /etc/X11/app-defaults/Xvidtune + /usr/lib/ssl/openssl.cnf " -- cgit v1.2.3-55-g7522