1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libtool: Only apply prefix.patch to the non-target versions of libtool

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-07-09 13:19:47 +01:00
parent b34271293a
commit 4e80041a4f
4 changed files with 3 additions and 1 deletions
@@ -3,6 +3,7 @@ require libtool_${PV}.bb
PR = "r0"
PACKAGES = ""
SRC_URI_append = " file://cross_compile.patch "
SRC_URI_append = " file://prefix.patch "
DEPENDS += "libtool-native"
@@ -4,6 +4,7 @@ DEPENDS = ""
PR = "r0"
SRC_URI_append = " file://cross_compile.patch "
SRC_URI_append = " file://prefix.patch "
inherit native
@@ -2,6 +2,7 @@ require libtool_${PV}.bb
PR = "r0"
SRC_URI_append = " file://cross_compile.patch"
SRC_URI_append = " file://prefix.patch "
inherit nativesdk
-1
View File
@@ -12,6 +12,5 @@ LIC_FILES_CHKSUM = " \
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
file://trailingslash.patch \
file://prefix.patch \
file://dolt.m4 "