gnu-config-naitve: Fix do_stage (from OE.dev)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@917 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-21 11:46:44 +00:00
parent ca861e80fa
commit f86905db21
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gnu-config"
do_stage () {
install -d ${STAGING_DATADIR}/gnu-config
install -d ${STAGING_DATADIR}/gnu-config/
install -d ${STAGING_BINDIR}/
cat ${WORKDIR}/gnu-configize.in | \
sed -e 's,@gnu-configdir@,${STAGING_DATADIR}/gnu-config,' \
-e 's,@autom4te_perllibdir@,${STAGING_DATADIR}/autoconf,' > ${STAGING_BINDIR}/gnu-configize