openssl.inc: Use cp -L, busybox cp doesn't support the long option.
authorGraham Gower <graham.gower@gmail.com>
Wed, 1 Dec 2010 03:18:11 +0000 (13:48 +1030)
committerKhem Raj <raj.khem@gmail.com>
Thu, 2 Dec 2010 19:20:18 +0000 (11:20 -0800)
commitec1089a4ea618c1b73e9246033081ef36561023d
treebcd2257dae6ee347eeffd021844b27a25f4c4c52
parent45549ca0f52215a2b5bea9c274d2049fe2f3df9f
openssl.inc: Use cp -L, busybox cp doesn't support the long option.

Reported by andyzammy on IRC.

| oe_libinstall: cd /home/rofl/Desktop/oe/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/i686-linux/openssl-native-1.0.0b-r13.1/openssl-1.0.0b
| cp: unrecognized option '--dereference'
| BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) multi-call binary
|
| Usage: cp [OPTION]... SOURCE DEST
|
| Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY
|
| Options:
|  -a Same as -dpR
|  -d,-P Preserve links
|  -H,-L Dereference all symlinks (default)
|  -p Preserve file attributes if possible
|  -f Force overwrite
|  -i Prompt before overwrite
|  -R,-r Recurse directories
|  -l,-s Create (sym)links
|
| ERROR: Function do_install failed

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
recipes/openssl/openssl.inc