summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1-tools-native_2013.10.bb
blob: 9d15bb6f5bce8fc819aa040caed9e40887c47430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require u-boot-ls1.inc

RDEPENDS += "tcl-native"

inherit native

do_configure[noexec] = "1"
do_compile[noexec] = "1"

do_install () {
    install -d ${D}/${bindir}
    install -m 755 ${S}/byte_swap.tcl ${D}/${bindir}
}