unzip: use BBCLASSEXTEND now
[openembedded.git] / recipes / ti / am-sysinfo_svn.bb
blob9193836d71904d0bbd8c9b531cf72ad49073b7f7
1 DESCRIPTION = "AM SysInfo"
2 HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
3 LICENSE = "BSD"
4 SECTION = "system"
5 PRIORITY = "optional"
7 SRCREV = "2"
8 PV = "1.0"
9 PR = "r1+svnr${SRCPV}"
11 SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
13 S = "${WORKDIR}/trunk"
15 do_compile() {
16 ${CC} ${CFLAGS} ${LDFLAGS} -o mem_util/mem_util mem_util/mem_util.c
19 do_install() {
20 install -d ${D}/${bindir}
21 install -m 0755 ${S}/mem_util/mem_util ${D}/${bindir}