From 382d644d454611e81fdcaa93ce2a7a91d8912527 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Mon, 18 Oct 2010 03:36:03 +0000 Subject: [PATCH] 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 Signed-off-by: Koen Kooi --- recipes/ti/matrix-gui-common_1.3.bb | 8 ++++++++ 1 file changed, 8 insertions(+) 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 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" -- 2.39.5