[oe] [meta-multimedia][PATCH] libupnp: add initial recipe, libupnp v1.6.19

Andre McCurdy armccurdy at gmail.com
Wed Jun 10 18:35:08 UTC 2015


On Wed, Jun 10, 2015 at 8:44 AM, Khem Raj <raj.khem at gmail.com> wrote:
> On Tue, Jun 9, 2015 at 5:39 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
>> +-echo "configure: copying \"autoconfig.h\"          to \"build/inc/autoconfig.h\""
>> +-cp autoconfig.h build/inc/autoconfig.h
>> +-echo "configure: copying \"upnp/inc/upnpconfig.h\" to \"build/inc/upnpconfig.h\""
>> +-cp upnp/inc/upnpconfig.h build/inc/upnpconfig.h
>> ++echo "configure: copying \"autoconfig.h\"          to \"\$srcdir/build/inc/autoconfig.h\""
>> ++cp autoconfig.h $srcdir/build/inc/autoconfig.h
>> ++echo "configure: copying \"upnp/inc/upnpconfig.h\" to \"\$srcdir/build/inc/upnpconfig.h\""
>
> shouldnt this be relative to builddir or top_builddir ?
> --

These are copies of the config headers which are only used by the MSVC
projects in $srcdir/build. I don't think the MSVC build would find
them if they were put anywhere else.

> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list