[oe] [meta-oe][PATCH] smem: Add appropriate python modules to rdeps

Khem Raj raj.khem at gmail.com
Tue Dec 1 09:56:54 UTC 2015


It wont work without these modules at runtime

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/smem/smem_1.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb
index 8768c48..519020f 100644
--- a/meta-oe/recipes-support/smem/smem_1.4.bb
+++ b/meta-oe/recipes-support/smem/smem_1.4.bb
@@ -24,3 +24,4 @@ do_install() {
         install -m 0755 ${S}/smemcap ${D}${bindir}/
         install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/
 }
+RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs"
-- 
2.6.2




More information about the Openembedded-devel mailing list