Re: [OE-core] why do (some) apache module recipes depend on both apache2 and apache2-native?

2017-01-27 Thread Khem Raj
On 1/27/17 7:17 AM, Robert P. J. Day wrote: > > i was poking around some apache module recipes, eg, > apache-websocket_git.bb, and noticed: > > DEPENDS = "apache2 apache2-native" > RDEPENDS_${PN} += "apache2" > > i can certainly understand that run-time dependency, but why would an > apa

[OE-core] why do (some) apache module recipes depend on both apache2 and apache2-native?

2017-01-27 Thread Robert P. J. Day
i was poking around some apache module recipes, eg, apache-websocket_git.bb, and noticed: DEPENDS = "apache2 apache2-native" RDEPENDS_${PN} += "apache2" i can certainly understand that run-time dependency, but why would an apache module recipe have a build-time dependency on both the nativ