mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
libev: allow to build a -native package
This will e.g. enable us to use it from nghttp2-native Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,3 +17,5 @@ do_install_append() {
|
|||||||
# still basic so drop it for now.
|
# still basic so drop it for now.
|
||||||
rm ${D}${includedir}/event.h
|
rm ${D}${includedir}/event.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user