aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-10-18 03:36:03 +0000
committerKoen Kooi <koen@openembedded.org>2010-10-18 17:37:49 +0200
commit382d644d454611e81fdcaa93ce2a7a91d8912527 (patch)
treef058781aae9996ee9264400942c45037ebeb7ef5 /recipes
parent4988dd790d691a6e0239a3dd3a50538e8fc59a27 (diff)
downloadopenembedded-382d644d454611e81fdcaa93ce2a7a91d8912527.tar.gz
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@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ti/matrix-gui-common_1.3.bb8
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 0000000000..a879720e53
--- /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"