mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
swig: update gnu-config files
This commit is contained in:
committed by
Koen Kooi
parent
2055773314
commit
094f0476e4
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
|
||||
file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"
|
||||
|
||||
SECTION = "devel"
|
||||
INC_PR = "r1"
|
||||
INC_PR = "r2"
|
||||
|
||||
DEPENDS = "python"
|
||||
|
||||
@@ -19,6 +19,10 @@ EXTRA_OECONF = " --without-guile "
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
do_configure() {
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/Tools/config
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}/Tools/config
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
|
||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user