mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dmidecode: prevent install for ARM
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
460e578997
commit
98a19be4c7
@ -23,4 +23,4 @@
|
||||
. config/options $1
|
||||
|
||||
mkdir -p $INSTALL/usr/bin/
|
||||
cp $PKG_BUILD/{biosdecode,dmidecode,ownership,vpddecode} $INSTALL/usr/bin/
|
||||
cp $PKG_BUILD/{biosdecode,dmidecode,ownership,vpddecode} $INSTALL/usr/bin/
|
||||
|
@ -21,7 +21,7 @@
|
||||
PKG_NAME="dmidecode"
|
||||
PKG_VERSION="2.11"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_ARCH="i386 x86_64"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.nongnu.org/dmidecode/"
|
||||
PKG_URL="http://download.savannah.gnu.org/releases/dmidecode/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user