mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-24 19:07:16 +00:00
xterm: Explicitly specify directories for gnu-configize
xterm do_configure runs gnu-configize (to refresh config.sub/config.guess), newer versions of gnu-config needs to specify the directory for configure scripts Fixes a build error abort in do_configure: gnu-configize: error: 'configure.ac' is required Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -30,8 +30,8 @@ B = "${S}"
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
do_configure() {
|
||||
gnu-configize --force
|
||||
sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
|
||||
gnu-configize --force ${S}
|
||||
sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i ${S}/configure
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user