Re: [OpenWrt-Devel] [PATCH 1/1] include/autotools.mk: rename libtool to libltdl

2016-01-10 Thread Felix Fietkau
On 2016-01-09 21:58, Heinrich Schuchardt wrote: > Fixes #21567 > > Since commit e49896f232ed2ed76f6a67cfb6c4f9bc3ac01af > package/libs/libtool: rename to libltdl > we see warnings like > > "WARNING: No feed for package 'libtool' found, maybe it's already part of > the standard packages?" > > for

Re: [OpenWrt-Devel] [PATCH 1/1] include/autotools.mk: rename libtool to libltdl

2016-01-09 Thread Daniel Dickinson
The upshot of what I've figure out is that this patch is the correct one; because BUILD_DEPENDS depends on 'source package name' AND 'source package name' is the last part of the subdir (i.e. for network/openvpn it would be openvpn) in which the package resides, libltdl is the new 'source pack

Re: [OpenWrt-Devel] [PATCH 1/1] include/autotools.mk: rename libtool to libltdl

2016-01-09 Thread Daniel Dickinson
Actually it turns out I was right: This depends on 'source' package not binary package, therefore the patch I am verifying (doing a test SDK compile to verify nothing broke) is required. Regards, Daniel On 09/01/16 04:15 PM, Daniel Dickinson wrote: Never mind, I'm confusing source package an

Re: [OpenWrt-Devel] [PATCH 1/1] include/autotools.mk: rename libtool to libltdl

2016-01-09 Thread Daniel Dickinson
Never mind, I'm confusing source package and binary package; I'm not sure which this particular use depends on. Regards, Daniel On 09/01/16 04:07 PM, Daniel Dickinson wrote: I do not believe this is the right fix: The PKG_NAME is libtool so the the package name should be found as libtool not

Re: [OpenWrt-Devel] [PATCH 1/1] include/autotools.mk: rename libtool to libltdl

2016-01-09 Thread Daniel Dickinson
I do not believe this is the right fix: The PKG_NAME is libtool so the the package name should be found as libtool not libltdl. I have a patch I am testing that fixes the metadata.pm issue and will correctly use libtool as the soure package name. Regards, Daniel On 09/01/16 03:58 PM, Heinrich

[OpenWrt-Devel] [PATCH 1/1] include/autotools.mk: rename libtool to libltdl

2016-01-09 Thread Heinrich Schuchardt
Fixes #21567 Since commit e49896f232ed2ed76f6a67cfb6c4f9bc3ac01af package/libs/libtool: rename to libltdl we see warnings like "WARNING: No feed for package 'libtool' found, maybe it's already part of the standard packages?" for packages with PKG_FIXUP:=libtool. Build dependencies for libtool a