[oe-commits] Chase Maupin : matrix-gui-common: use am-sysinfo

git version control git at git.openembedded.org
Mon Oct 18 15:41:15 UTC 2010


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

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Mon Oct 18 03:36:03 2010 +0000

matrix-gui-common: use am-sysinfo

* 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>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/matrix-gui-common_1.3.bb |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

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"





More information about the Openembedded-commits mailing list