diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-cross_2.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.bb | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.bb index 6ea96a5537..23135f7edb 100644 --- a/meta/recipes-devtools/libtool/libtool-cross_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libtool_${PV}.bb | 1 | require libtool_${PV}.bb |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | SRC_URI_append = " file://cross_compile.patch \ | 5 | SRC_URI_append = " file://cross_compile.patch \ |
6 | file://prefix.patch " | 6 | file://prefix.patch " |
diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb index c9f24a95bf..e972d9ef3d 100644 --- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libtool_${PV}.bb | 1 | require libtool_${PV}.bb |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | SRC_URI_append = " file://cross_compile.patch \ | 4 | SRC_URI_append = " file://cross_compile.patch \ |
5 | file://prefix.patch " | 5 | file://prefix.patch " |
6 | 6 | ||
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.bb b/meta/recipes-devtools/libtool/libtool_2.4.bb index b5ec33e840..0a15fde126 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | require libtool.inc | 1 | require libtool.inc |
2 | DEPENDS = "libtool-native" | 2 | DEPENDS = "libtool-native" |
3 | 3 | ||
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" | 6 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" |
7 | FILES_${PN} += "${datadir}/aclocal*" | 7 | FILES_${PN} += "${datadir}/aclocal*" |
8 | FILES_libltdl = "${libdir}/libltdl.so.*" | 8 | FILES_libltdl = "${libdir}/libltdl.so.*" |
9 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" | 9 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/* ${datadir}/aclocal/ltdl.m4 ${datadir}/libtool/libltdl/*" |
10 | FILES_libltdl-dbg = "${libdir}/.debug/" | 10 | FILES_libltdl-dbg = "${libdir}/.debug/" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |