dev-embedded/u-boot-tools-odroidc1: fixed src_install
This commit is contained in:
parent
2ec10c61dc
commit
636ef2b605
1 changed files with 3 additions and 2 deletions
|
|
@ -44,7 +44,8 @@ src_compile() {
|
||||||
src_install() {
|
src_install() {
|
||||||
cd build/tools
|
cd build/tools
|
||||||
dobin bmp_logo easylogo/easylogo env/fw_printenv gen_eth_addr img2srec inca-swap-bytes mkimage ncb ubsha1 uclpack
|
dobin bmp_logo easylogo/easylogo env/fw_printenv gen_eth_addr img2srec inca-swap-bytes mkimage ncb ubsha1 uclpack
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
insinto /opt/hardkernel
|
dodir /opt/hardkernel
|
||||||
dodir sd_fuse
|
cp -R sd_fuse ${D}/opt/hardkernel || die "could not copy sd_fuse directory"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue