All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] packagegroup-sdk-target: drop libltdl-dev dependency
@ 2015-04-15 17:14 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2015-04-15 17:14 UTC (permalink / raw)
  To: openembedded-devel

* it was removed from libtool recipe in oe-core commit:
  commit 5e40bcd93d9ea64f1a6d75e62aabda3dcb33fc01
  Author: Robert Yang <liezhi.yang@windriver.com>
  Date:   Fri Apr 10 02:30:02 2015 -0700
  Subject: libtool: remove libltdl-dev libltdl-dbg libltdl-staticdev from PACKAGES

    There should be only one dev and dbg package

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
index aafe63a..14e75dc 100644
--- a/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
+++ b/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb
@@ -21,7 +21,7 @@ RDEPENDS_${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
                   make \
                   patch diffstat diffutils \
                   libstdc++-dev \
-                  libtool libtool-dev libltdl-dev \
+                  libtool libtool-dev \
                   pkgconfig"
 
 # usefull, but not in oe-core/meta-oe yet: patchutils
-- 
2.3.5



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-15 17:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-15 17:14 [meta-oe][PATCH] packagegroup-sdk-target: drop libltdl-dev dependency Martin Jansa

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.