aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/smem/smem_1.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-01 01:56:54 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:33:07 +0100
commite97c0b462b6b9360d291dc7c35b51521c3d83c03 (patch)
treebc3c0c2119ecdabfd1cc66cffd27d7cb1355477e /meta-oe/recipes-support/smem/smem_1.4.bb
parent4b7a496880b62f174ad7e5d8de87324f8becb413 (diff)
downloadmeta-openembedded-contrib-e97c0b462b6b9360d291dc7c35b51521c3d83c03.tar.gz
smem: Add appropriate python modules to rdeps
It wont work without these modules at runtime Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/smem/smem_1.4.bb')
-rw-r--r--meta-oe/recipes-support/smem/smem_1.4.bb1
1 files changed, 1 insertions, 0 deletions
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"