mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 16:17:38 +00:00
mscgen: Extend for native and nativesdk
msgcgen is often used together with doxygen (which is already available for native/nativesdk). Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
86193cd563
commit
9bc750f25d
@ -16,3 +16,5 @@ inherit autotools gettext
|
||||
do_configure_prepend() {
|
||||
sed -i "s#AC_PATH_PROG(GDLIB_CONFIG,gdlib-config)#AC_PATH_PROG([GDLIB_CONFIG],[gdlib-config], ,[${STAGING_BINDIR_CROSS}])#" ${S}/configure.ac
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user