mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Various libs: Convert to use STAGING_BINDIR_CROSS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1038 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -27,8 +27,8 @@ do_stage () {
|
||||
cat xml2-config | sed -e "s,^prefix=.*,prefix=${STAGING_BINDIR}/..," \
|
||||
-e "s,^exec_prefix=.*,exec_prefix=${STAGING_BINDIR}/..," \
|
||||
-e "s,^includedir=.*,includedir=${STAGING_INCDIR}," \
|
||||
-e "s,^libdir=.*,libdir=${STAGING_LIBDIR}," > ${STAGING_BINDIR}/xml2-config
|
||||
chmod a+rx ${STAGING_BINDIR}/xml2-config
|
||||
-e "s,^libdir=.*,libdir=${STAGING_LIBDIR}," > ${STAGING_BINDIR_CROSS}/xml2-config
|
||||
chmod a+rx ${STAGING_BINDIR_CROSS}/xml2-config
|
||||
install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user