All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] libtool: Adjusted content of various libtool packages.
  2011-01-18  8:15 [PATCH 0/1] libtool: bug #652 fixing Lianhao Lu
@ 2011-01-18  8:15 ` Lianhao Lu
  2011-01-20 23:28 ` [PATCH 0/1] libtool: bug #652 fixing Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Lianhao Lu @ 2011-01-18  8:15 UTC (permalink / raw)
  To: poky

[BUGID #562] fixing:
1. Adjusted the content of various packages generated by libtool.
2. Added libtool-nativesdk into task-sdk-host.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
 meta/recipes-core/tasks/task-sdk-host.bb           |    3 ++-
 meta/recipes-devtools/libtool/libtool-cross_2.4.bb |    2 +-
 .../libtool/libtool-nativesdk_2.4.bb               |    2 +-
 meta/recipes-devtools/libtool/libtool_2.4.bb       |    4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-core/tasks/task-sdk-host.bb b/meta/recipes-core/tasks/task-sdk-host.bb
index 45e64eb..1837d9a 100644
--- a/meta/recipes-core/tasks/task-sdk-host.bb
+++ b/meta/recipes-core/tasks/task-sdk-host.bb
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
-PR = "r9"
+PR = "r10"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
@@ -21,6 +21,7 @@ RDEPENDS_${PN} = "\
     pseudo-nativesdk \
     unfs-server-nativesdk \
     opkg-nativesdk \
+    libtool-nativesdk \
     "
 
 RDEPENDS_${PN}_darwin8 = "\
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.bb
index 6ea96a5..23135f7 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 @@
 require libtool_${PV}.bb
 
-PR = "r0"
+PR = "r1"
 PACKAGES = ""
 SRC_URI_append = " file://cross_compile.patch \
 		   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 c9f24a9..e972d9e 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 @@
 require libtool_${PV}.bb
 
-PR = "r0"
+PR = "r1"
 SRC_URI_append = " file://cross_compile.patch \
 		   file://prefix.patch "
 
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.bb b/meta/recipes-devtools/libtool/libtool_2.4.bb
index b5ec33e..0a15fde 100644
--- a/meta/recipes-devtools/libtool/libtool_2.4.bb
+++ b/meta/recipes-devtools/libtool/libtool_2.4.bb
@@ -1,12 +1,12 @@
 require libtool.inc
 DEPENDS = "libtool-native"
 
-PR = "r0"
+PR = "r1"
 
 PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
 FILES_${PN} += "${datadir}/aclocal*"
 FILES_libltdl = "${libdir}/libltdl.so.*"
-FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h"
+FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/* ${datadir}/aclocal/ltdl.m4 ${datadir}/libtool/libltdl/*"
 FILES_libltdl-dbg = "${libdir}/.debug/"
 
 inherit autotools
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 0/1] libtool: bug #652 fixing
@ 2011-01-18  8:15 Lianhao Lu
  2011-01-18  8:15 ` [PATCH 1/1] libtool: Adjusted content of various libtool packages Lianhao Lu
  2011-01-20 23:28 ` [PATCH 0/1] libtool: bug #652 fixing Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Lianhao Lu @ 2011-01-18  8:15 UTC (permalink / raw)
  To: poky

1. Added libtool-nativesdk into task-sdk-host.
2. Adjusted the content of various packages generated by libtool.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: llu/bug652
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bug652

Thanks,
    Lianhao Lu <lianhao.lu@intel.com>
---


Lianhao Lu (1):
  libtool: Adjusted content of various libtool packages.

 meta/recipes-core/tasks/task-sdk-host.bb           |    3 ++-
 meta/recipes-devtools/libtool/libtool-cross_2.4.bb |    2 +-
 .../libtool/libtool-nativesdk_2.4.bb               |    2 +-
 meta/recipes-devtools/libtool/libtool_2.4.bb       |    4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] libtool: bug #652 fixing
  2011-01-18  8:15 [PATCH 0/1] libtool: bug #652 fixing Lianhao Lu
  2011-01-18  8:15 ` [PATCH 1/1] libtool: Adjusted content of various libtool packages Lianhao Lu
@ 2011-01-20 23:28 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-01-20 23:28 UTC (permalink / raw)
  To: Lianhao Lu; +Cc: poky

On 01/18/2011 12:15 AM, Lianhao Lu wrote:
> 1. Added libtool-nativesdk into task-sdk-host.
> 2. Adjusted the content of various packages generated by libtool.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: llu/bug652
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bug652
>
> Thanks,
>      Lianhao Lu<lianhao.lu@intel.com>
> ---
>
>
> Lianhao Lu (1):
>    libtool: Adjusted content of various libtool packages.
>
>   meta/recipes-core/tasks/task-sdk-host.bb           |    3 ++-
>   meta/recipes-devtools/libtool/libtool-cross_2.4.bb |    2 +-
>   .../libtool/libtool-nativesdk_2.4.bb               |    2 +-
>   meta/recipes-devtools/libtool/libtool_2.4.bb       |    4 ++--
>   4 files changed, 6 insertions(+), 5 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Merged into Master

	Thanks
		Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-20 23:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-18  8:15 [PATCH 0/1] libtool: bug #652 fixing Lianhao Lu
2011-01-18  8:15 ` [PATCH 1/1] libtool: Adjusted content of various libtool packages Lianhao Lu
2011-01-20 23:28 ` [PATCH 0/1] libtool: bug #652 fixing Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.