[oe-commits] Denys Dmytriyenko : am-sysinfo: add AM SysInfo set, currently mem_util only (from Arago)

git version control git at git.openembedded.org
Thu May 6 06:40:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 819cd0db4df56c85a6fd91b063133f49476ca926
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=819cd0db4df56c85a6fd91b063133f49476ca926

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Thu May  6 01:49:20 2010 -0400

am-sysinfo: add AM SysInfo set, currently mem_util only (from Arago)

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/ti/am-sysinfo_svn.bb |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/recipes/ti/am-sysinfo_svn.bb b/recipes/ti/am-sysinfo_svn.bb
new file mode 100644
index 0000000..9193836
--- /dev/null
+++ b/recipes/ti/am-sysinfo_svn.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "AM SysInfo"
+HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
+LICENSE = "BSD"
+SECTION = "system"
+PRIORITY = "optional"
+
+SRCREV = "2"
+PV = "1.0"
+PR = "r1+svnr${SRCPV}"
+
+SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=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 Openembedded-commits mailing list