generic-poky/meta/packages/libtool/libtool-cross_1.5.10.bb
Richard Purdie 6c2f9c0fee 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
2006-12-14 13:34:20 +00:00

29 lines
665 B
BlitzBasic

SECTION = "devel"
require libtool_${PV}.bb
PR = "r4"
PACKAGES = ""
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
SRC_URI_append = " file://libdir-la.patch;patch=1 \
file://prefix.patch;patch=1 \
file://tag.patch;patch=1 \
file://tag1.patch;patch=1 \
file://install-path-check.patch;patch=1"
S = "${WORKDIR}/libtool-${PV}"
prefix = "${STAGING_DIR}"
exec_prefix = "${prefix}/${BUILD_SYS}"
bindir = "${STAGING_BINDIR_NATIVE}"
do_compile () {
:
}
do_stage () {
install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool
}
do_install () {
:
}