Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
qemu-linux-user
1005-acpi-Remove-build-check-for-iasl.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1005-acpi-Remove-build-check-for-iasl.patch of Package qemu-linux-user
From: Kevin O'Connor <kevin@koconnor.net> Date: Tue, 17 Nov 2015 18:52:05 -0500 Subject: acpi: Remove build check for iasl The iasl program is no longer used on a default build. Do not require it to be installed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> [LY: BSC#997358] Signed-off-by: Liang Yan <lyan@suse.com> Signed-off-by: Bruce Rogers <brogers@suse.com> --- scripts/test-build.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/roms/seabios/scripts/test-build.sh b/roms/seabios/scripts/test-build.sh index 081f9fd258388dd4a20dcdc17997..25cc2f20ef85da4e9fb0d7c6aedd 100755 --- a/roms/seabios/scripts/test-build.sh +++ b/roms/seabios/scripts/test-build.sh @@ -1,19 +1,6 @@ #!/bin/sh # Script to test if the build works properly. -# Test IASL is installed. -$IASL -h > /dev/null 2>&1 -if [ $? -ne 0 ]; then - echo "The SeaBIOS project requires the 'iasl' package be installed." >&2 - echo "Many Linux distributions have this package." >&2 - echo "Try: sudo yum install iasl" >&2 - echo "Or: sudo apt-get install iasl" >&2 - echo "" >&2 - echo "Please install iasl and retry." >&2 - echo -1 - exit 0 -fi - mkdir -p ${OUT} TMPFILE1=${OUT}/tmp_testcompile1.c TMPFILE1o=${OUT}/tmp_testcompile1.o
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor