mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libtool-cross: Add dependency on libtool-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4455 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
require libtool.inc
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r19"
|
||||
PR = "r20"
|
||||
PACKAGES = ""
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
|
||||
SRC_URI_append = " file://cross_compile.patch;patch=1 \
|
||||
file://prefix.patch;patch=1"
|
||||
|
||||
DEPENDS += "libtool-native"
|
||||
|
||||
DOLT_PATCH = ""
|
||||
DOLT_PATCH_arm = " file://add_dolt.patch;patch=1"
|
||||
DOLT_PATCH_i586 = " file://add_dolt.patch;patch=1"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require libtool.inc
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r17"
|
||||
PR = "r18"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
|
||||
SRC_URI_append = " file://cross_compile.patch;patch=1 \
|
||||
file://prefix.patch;patch=1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require libtool.inc
|
||||
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
file://dolt.m4"
|
||||
|
||||
Reference in New Issue
Block a user