diff options
Diffstat (limited to 'recipes-bsp/ti')
| -rw-r--r-- | recipes-bsp/ti/am-sysinfo_svn.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-bsp/ti/am-sysinfo_svn.bb b/recipes-bsp/ti/am-sysinfo_svn.bb deleted file mode 100644 index b73a8849..00000000 --- a/recipes-bsp/ti/am-sysinfo_svn.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | DESCRIPTION = "AM SysInfo" | ||
| 2 | HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d" | ||
| 5 | |||
| 6 | SECTION = "system" | ||
| 7 | |||
| 8 | SRCREV = "5" | ||
| 9 | PV = "1.0" | ||
| 10 | PR = "r1+svnr${SRCPV}" | ||
| 11 | |||
| 12 | SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;protocol=https;user=anonymous;pswd=''" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/trunk" | ||
| 15 | |||
| 16 | do_compile() { | ||
| 17 | ${CC} ${CFLAGS} ${LDFLAGS} -o mem_util/mem_util mem_util/mem_util.c | ||
| 18 | } | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | install -d ${D}/${bindir} | ||
| 22 | install -m 0755 ${S}/mem_util/mem_util ${D}/${bindir} | ||
| 23 | } | ||
