Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3834 from glevand/for-merge-deps
Browse files Browse the repository at this point in the history
scripts: Add libfdt to install deps
  • Loading branch information
iaguis committed Jan 11, 2018
2 parents 4e91dc7 + e3fa3d8 commit ec5b714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install-deps-debian-sid.sh
Expand Up @@ -2,7 +2,7 @@

set -e

DEBIAN_SID_DEPS="ca-certificates gcc libc6-dev gpg gpg-agent make automake wget git golang-go coreutils cpio squashfs-tools autoconf file xz-utils patch bc locales libacl1-dev libssl-dev libtspi-dev libsystemd-dev python pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev libcap-dev"
DEBIAN_SID_DEPS="ca-certificates gcc libc6-dev gpg gpg-agent make automake wget git golang-go coreutils cpio squashfs-tools autoconf file xz-utils patch bc locales libacl1-dev libssl-dev libtspi-dev libsystemd-dev python pkg-config zlib1g-dev libglib2.0-dev libpixman-1-dev libcap-dev libfdt-dev"

export DEBIAN_FRONTEND=noninteractive
apt-get update
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-deps-fedora-22.sh
Expand Up @@ -2,6 +2,6 @@

set -e

FEDORA22_DEPS="make gcc glibc-devel glibc-static cpio squashfs-tools gpg autoconf automake golang file git wget tar xz patch bc hostname findutils openssl libacl-devel openssl-devel systemd-devel"
FEDORA22_DEPS="make gcc glibc-devel glibc-static cpio squashfs-tools gpg autoconf automake golang file git wget tar xz patch bc hostname findutils openssl libacl-devel openssl-devel systemd-devel libfdt-devel"

dnf install -y ${FEDORA22_DEPS}

0 comments on commit ec5b714

Please sign in to comment.