diff options
-rw-r--r-- | meta-oe/recipes-support/libol/libol_0.3.18.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 429945fe63..60e2205f77 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,11 @@ SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17" | |||
8 | SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7" | 8 | SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7" |
9 | 9 | ||
10 | inherit autotools binconfig | 10 | inherit autotools binconfig |
11 | |||
12 | do_compile_prepend() { | ||
13 | install ${S}/utils/make_class.in ${B}/utils | ||
14 | } | ||
15 | |||
16 | do_install_append() { | ||
17 | rm -fr ${D}${bindir} | ||
18 | } | ||