mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
libtool-cross: Remove hardcoded staging paths
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3035 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
require libtool_${PV}.bb
|
require libtool_${PV}.bb
|
||||||
|
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
|
||||||
SRC_URI_append = " file://libdir-la.patch;patch=1 \
|
SRC_URI_append = " file://libdir-la.patch;patch=1 \
|
||||||
@@ -11,8 +11,8 @@ SRC_URI_append = " file://libdir-la.patch;patch=1 \
|
|||||||
file://install-path-check.patch;patch=1"
|
file://install-path-check.patch;patch=1"
|
||||||
S = "${WORKDIR}/libtool-${PV}"
|
S = "${WORKDIR}/libtool-${PV}"
|
||||||
|
|
||||||
prefix = "${STAGING_DIR}"
|
prefix = "${STAGING_DIR_NATIVE}${layout_prefix}"
|
||||||
exec_prefix = "${prefix}/${BUILD_SYS}"
|
exec_prefix = "${STAGING_DIR_NATIVE}${layout_exec_prefix}"
|
||||||
bindir = "${STAGING_BINDIR_NATIVE}"
|
bindir = "${STAGING_BINDIR_NATIVE}"
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
|
|||||||
Reference in New Issue
Block a user