From e97c0b462b6b9360d291dc7c35b51521c3d83c03 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 1 Dec 2015 01:56:54 -0800 Subject: smem: Add appropriate python modules to rdeps It wont work without these modules at runtime Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- 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 8768c4896b..519020f3b0 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" -- cgit v1.2.3-54-g00ecf