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

libtool: Fix a bug where trailing slash characters could break path comparisions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-02-02 16:19:09 +00:00
parent 80c7c52592
commit 625ae518a3
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
require libtool_${PV}.bb
PR = "r27"
PR = "r29"
PACKAGES = ""
SRC_URI_append = " file://cross_compile.patch;patch=1 \
file://prefix.patch;patch=1"
@@ -1,6 +1,6 @@
require libtool_${PV}.bb
PR = "r20"
PR = "r22"
SRC_URI_append = " file://cross_compile.patch;patch=1 \
file://prefix.patch;patch=1"
@@ -1,6 +1,6 @@
require libtool_${PV}.bb
PR = "r1"
PR = "r3"
SRC_URI_append = " file://cross_compile.patch;patch=1"
inherit nativesdk
+2 -1
View File
@@ -1,8 +1,9 @@
require libtool.inc
PR = "r18"
PR = "r20"
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}a.tar.gz \
file://trailingslash.patch;patch=1 \
file://dolt.m4"
PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"