[oe] [meta-oe][PATCH] V2 libop: compile issue files missing in B and packaging issue

Armin Kuster akuster at mvista.com
Thu Jun 5 22:58:45 UTC 2014


needed to copy over a file from S to B.
remove packaging requirement for /usr/bin/scsh. Not needed (see link)
https://lists.balabit.hu/pipermail/syslog-ng/2000-August/000795.html

Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta-oe/recipes-support/libol/libol_0.3.18.bb | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb
index 429945f..299ccbb 100644
--- a/meta-oe/recipes-support/libol/libol_0.3.18.bb
+++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb
@@ -8,3 +8,13 @@ SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
 SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
 
 inherit autotools binconfig
+
+do_compile_prepend() {
+
+    install ${S}/utils/make_class.in ${B}/utils 
+}
+
+do_install_append() {
+    rm -fr ${D}${bindir}
+}
+
-- 
1.9.1




More information about the Openembedded-devel mailing list