#21567: include/autotools.mk: SDK warns that, libtool doesn't exist in feeds
---------------------------+------------------------
 Reporter:  xypron.glpk@…  |      Owner:  developers
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:
Component:  base system    |    Version:  Trunk
 Keywords:                 |
---------------------------+------------------------
 Since commit e49896f232ed2ed76f6a67cfb6c4f9bc3ac01af
 package/libs/libtool: rename to libltdl

 When executing

 {{{
 git clone https://github.com/openwrt/openwrt --depth 1
 cd openwrt/
 cp feeds.conf.default feeds.conf
 scripts/feeds update
 scripts/feeds install -a
 }}}

 We see warnings like

 {{{
 WARNING: No feed for package 'libtool' found, maybe it's already part of
 the standard packages?
 Installing package 'gcc' from packages
 }}}

 for packages with

 {{{
 PKG_FIXUP:=libtool
 }}}

 cf.
 https://wiki.openwrt.org/doc/devel/packages#pkg_fixup

 The problem seems to be in file include/autotools.mk with these lines

 {{{
 PKG_BUILD_DEPENDS += libtool
 }}}

 The problem was originally reported by Daniel Dickinson.

--
Ticket URL: <https://dev.openwrt.org/ticket/21567>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to