From: Chase Maupin Date: Mon, 18 Oct 2010 03:36:03 +0000 (+0000) Subject: matrix-gui-common: use am-sysinfo X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=382d644d454611e81fdcaa93ce2a7a91d8912527;p=openembedded.git 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 --- 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"