mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
libol: compile issue files missing in B and packaging issue
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@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
5e67ba4a28
commit
8316933b40
|
|
@ -8,3 +8,11 @@ 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}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user