[oe] [PATCH 1/2] matrix-gui-common: use am-sysinfo

Chase Maupin chasemaupin03 at gmail.com
Mon Oct 18 13:36:03 UTC 2010


* 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 at ti.com>
---
 recipes/ti/matrix-gui-common_1.3.bb |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 recipes/ti/matrix-gui-common_1.3.bb

diff --git a/recipes/ti/matrix-gui-common_1.3.bb b/recipes/ti/matrix-gui-common_1.3.bb
new file mode 100644
index 0000000..a879720
--- /dev/null
+++ b/recipes/ti/matrix-gui-common_1.3.bb
@@ -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"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list