mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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:
@@ -3,6 +3,7 @@ require libtool_${PV}.bb
|
|||||||
PR = "r0"
|
PR = "r0"
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
SRC_URI_append = " file://cross_compile.patch "
|
SRC_URI_append = " file://cross_compile.patch "
|
||||||
|
SRC_URI_append = " file://prefix.patch "
|
||||||
|
|
||||||
DEPENDS += "libtool-native"
|
DEPENDS += "libtool-native"
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ DEPENDS = ""
|
|||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
SRC_URI_append = " file://cross_compile.patch "
|
SRC_URI_append = " file://cross_compile.patch "
|
||||||
|
SRC_URI_append = " file://prefix.patch "
|
||||||
|
|
||||||
inherit native
|
inherit native
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ require libtool_${PV}.bb
|
|||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
SRC_URI_append = " file://cross_compile.patch"
|
SRC_URI_append = " file://cross_compile.patch"
|
||||||
|
SRC_URI_append = " file://prefix.patch "
|
||||||
|
|
||||||
inherit nativesdk
|
inherit nativesdk
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,5 @@ LIC_FILES_CHKSUM = " \
|
|||||||
|
|
||||||
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||||
file://trailingslash.patch \
|
file://trailingslash.patch \
|
||||||
file://prefix.patch \
|
|
||||||
file://dolt.m4 "
|
file://dolt.m4 "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user