matrix-gui-common: use am-sysinfo
authorChase Maupin <chasemaupin03@gmail.com>
Mon, 18 Oct 2010 03:36:03 +0000 (03:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 18 Oct 2010 15:37:49 +0000 (17:37 +0200)
* Created a new version of the matrix-gui-common recipe that
  RRECOMMENDS the am-sysinfo package to provide mem_util
  rather than distributing a pre-built version.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/ti/matrix-gui-common_1.3.bb [new file with mode: 0644]

diff --git a/recipes/ti/matrix-gui-common_1.3.bb b/recipes/ti/matrix-gui-common_1.3.bb
new file mode 100644 (file)
index 0000000..a879720
--- /dev/null
@@ -0,0 +1,8 @@
+require matrix-gui-common.inc
+
+# Use the mem_util application from am-sysinfo instead of a
+# prebuilt version in the repository.
+RRECOMMENDS_${PN} = "am-sysinfo"
+
+SRCREV = "156"
+PR = "${INC_PR}.0"