summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-05-07 11:59:07 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-05-07 11:59:07 -0400
commit37f543f6184ea806613b3e08f5d7f3a82e47c904 (patch)
tree8f82f11d6a9c755a91390604d5324f2d76d57fbf /recipes-bsp
parentdca9b52adc066da860c961fe704094687101d986 (diff)
downloadmeta-ti-37f543f6184ea806613b3e08f5d7f3a82e47c904.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>
Diffstat (limited to 'recipes-bsp')
-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}