Did you check this against both opkg and the ipkg-script the buildroot uses to generate the info file? (they are different) My thought was to compile the opkg on the host as well and use it during the compile to fix this issue but I haven't had time to do it yet.
Travis On Thu, Jun 17, 2010 at 7:11 AM, Alexey I. Froloff <ra...@altlinux.org>wrote: > On Wed, Feb 03, 2010 at 09:27:21AM +0100, Bastian Bittorf wrote: > > > > > + find /usr/lib/opkg/info -name '*.conffiles' | xargs -r cat > >> "$file" > > > > seems complicated to me, why not: > > > > cat /usr/lib/opkg/info/*.conffiles >>"$file" > > > There's still an opportunity that none of *.conffiles exists. > > hmm, then this: > > local pattern="/usr/lib/opkg/info/*.conffiles" > > cat $pattern >/dev/null 2>&1 && cat $pattern >>"$file" > So? Will anyone do anything? Should I resend something? > > -- > Regards, -- > Sir Raorn. --- http://thousandsofhate.blogspot.com/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iEYEARECAAYFAkwaEOQACgkQVqT7+fkT8wqgaQCgte8wMklby9s4EzX5HNWRIBRF > g68An0mV6i4cel0bh4t9xlBNtOlwire9 > =ty6p > -----END PGP SIGNATURE----- > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel > >
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel