blob: 8733e2c125d9c022d3b815a4bbb138d54dc7f1a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require ti-xdais.inc
SRC_URI[xdaisgz.md5sum] = "ef10494d9f7dfc768edd5b7124d7f93d"
SRC_URI[xdaisgz.sha256sum] = "1f7ad591c742616f087690f7cbdbb0b69e61091050a1f59a152e34dd865e1e23"
PV = "6_25_00_07"
inherit native
do_stage() {
install -d ${STAGING_DIR_NATIVE}/ti-xdais
cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/ti-xdais
}
AUTOTOOLS_NATIVE_STAGE_INSTALL="1"
|