summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-01-12 17:03:37 +0100
committerroot2016-01-12 17:03:37 +0100
commita40604e3d44c50330244fc08854435a0336a7e21 (patch)
tree63d7d8e2d6dfcb5250aa81f54b104ccbb8349b17
parent[rfs-stage3*] Move ntpdate binary to stage31 aswell... (diff)
downloadtm-scripts-a40604e3d44c50330244fc08854435a0336a7e21.tar.gz
tm-scripts-a40604e3d44c50330244fc08854435a0336a7e21.tar.xz
tm-scripts-a40604e3d44c50330244fc08854435a0336a7e21.zip
[rfs-stage31] Fix for fix of fix with ntpdate
-rw-r--r--remote/rootfs/rootfs-stage31/module.build2
-rw-r--r--remote/rootfs/rootfs-stage31/module.conf1
2 files changed, 2 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/module.build b/remote/rootfs/rootfs-stage31/module.build
index ad2eedca..cda5788a 100644
--- a/remote/rootfs/rootfs-stage31/module.build
+++ b/remote/rootfs/rootfs-stage31/module.build
@@ -14,7 +14,7 @@ build() {
done
mkdir -p "$MODULE_BUILD_DIR/lib"
- find /lib /lib64 /usr/lib /usr/lib64 \( -name "libnss_dns*" -o -name "libresolv*" \) >> "$COPYLIST"
+ find /lib /lib64 /usr/lib /usr/lib64 \( -name "libnss_dns*" -o -name "libresolv*" -o -name "libnss_files*" \) >> "$COPYLIST"
tarcopy "$(cat "$COPYLIST" | sort -u)" "$MODULE_BUILD_DIR"
diff --git a/remote/rootfs/rootfs-stage31/module.conf b/remote/rootfs/rootfs-stage31/module.conf
index b047e980..b41b1f10 100644
--- a/remote/rootfs/rootfs-stage31/module.conf
+++ b/remote/rootfs/rootfs-stage31/module.conf
@@ -59,6 +59,7 @@ REQUIRED_FIRMWARE="
intel/
"
REQUIRED_LIBRARIES="
+ libnss_files
libnss_dns
libresolv
"