This library is only available from Wheezy onwards and is only used by ARM.
Since ARM tests require Wheezy just install on Wheezy onwards. The presence of
this library would be harmless if x86 were using Wheezy (but it currently uses
Squeeze so is totally unaffected)
END
}
+ if ($ho->{Suite} !~ m/lenny|squeeze/) {
+ target_install_packages($ho, 'libfdt-dev');
+ }
if ($r{arch} eq 'amd64' && $ho->{Suite} =~ m/wheezy/) {
target_install_packages($ho, 'libc6-dev-i386');
}
libsdl1.2debian libglib2.0-0));
target_install_packages($ho,
$ho->{Suite} =~ /squeeze/ ? "libyajl1" : "libyajl2");
+ if ($ho->{Suite} !~ m/lenny|squeeze/) {
+ target_install_packages($ho, 'libfdt1');
+ }
if ($r{arch} eq 'i386') {
target_install_packages($ho, 'libc6-xen');
}