summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-05-07 11:59:07 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-05-14 13:04:40 -0400
commit9772c16b8b4e08bb58c645fdf93b67857cc21b49 (patch)
tree6442365e37d4daa33a1cc8bd1889ec1ec4544743
parent2091fb4ea2d570eb1787c3d3f03882edba4952f0 (diff)
downloadmeta-ti-9772c16b8b4e08bb58c645fdf93b67857cc21b49.tar.gz
am-sysinfo: remove an old outdated svn version
The recipe has been moved to meta-arago-extras long time ago. Moreover, SCM has changed from svn to git, so this recipe is quite outdated. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ti/am-sysinfo_svn.bb23
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 @@
1DESCRIPTION = "AM SysInfo"
2HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d"
5
6SECTION = "system"
7
8SRCREV = "5"
9PV = "1.0"
10PR = "r1+svnr${SRCPV}"
11
12SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;protocol=https;user=anonymous;pswd=''"
13
14S = "${WORKDIR}/trunk"
15
16do_compile() {
17 ${CC} ${CFLAGS} ${LDFLAGS} -o mem_util/mem_util mem_util/mem_util.c
18}
19
20do_install() {
21 install -d ${D}/${bindir}
22 install -m 0755 ${S}/mem_util/mem_util ${D}/${bindir}
23}