diff options
-rw-r--r-- | meta-oe/recipes-support/smem/smem_1.4.bb | 4 |
1 files changed, 4 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 519020f3b0..702217a33d 100644 --- a/meta-oe/recipes-support/smem/smem_1.4.bb +++ b/meta-oe/recipes-support/smem/smem_1.4.bb | |||
@@ -25,3 +25,7 @@ do_install() { | |||
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" | 27 | RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs" |
28 | |||
29 | PACKAGES =+ "smemcap" | ||
30 | |||
31 | FILES_smemcap = "${bindir}/smemcap" | ||