summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-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 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}
27RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs"