diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-12-01 01:56:54 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:33:07 +0100 |
commit | e97c0b462b6b9360d291dc7c35b51521c3d83c03 (patch) | |
tree | bc3c0c2119ecdabfd1cc66cffd27d7cb1355477e | |
parent | 4b7a496880b62f174ad7e5d8de87324f8becb413 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-support/smem/smem_1.4.bb | 1 |
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 8768c4896..519020f3b 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() { | |||
24 | install -m 0755 ${S}/smemcap ${D}${bindir}/ | 24 | install -m 0755 ${S}/smemcap ${D}${bindir}/ |
25 | install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/ | 25 | install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/ |
26 | } | 26 | } |
27 | RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs" | ||