[meta-ti] Denys Dmytriyenko : am-sysinfo: remove an old outdated svn version
Arago Project git
git at arago-project.org
Tue May 14 10:05:07 PDT 2013
Module: meta-ti
Branch: danny
Commit: 9772c16b8b4e08bb58c645fdf93b67857cc21b49
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=9772c16b8b4e08bb58c645fdf93b67857cc21b49
Author: Denys Dmytriyenko <denys at ti.com>
Date: Tue May 7 11:59:07 2013 -0400
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 at ti.com>
---
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 b73a884..0000000
--- a/recipes-bsp/ti/am-sysinfo_svn.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "AM SysInfo"
-HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d"
-
-SECTION = "system"
-
-SRCREV = "5"
-PV = "1.0"
-PR = "r1+svnr${SRCPV}"
-
-SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;protocol=https;user=anonymous;pswd=''"
-
-S = "${WORKDIR}/trunk"
-
-do_compile() {
- ${CC} ${CFLAGS} ${LDFLAGS} -o mem_util/mem_util mem_util/mem_util.c
-}
-
-do_install() {
- install -d ${D}/${bindir}
- install -m 0755 ${S}/mem_util/mem_util ${D}/${bindir}
-}
More information about the meta-ti
mailing list