[OE-core] [rocko][PATCH] bind: move libraries to own package

Andre McCurdy armccurdy at gmail.com
Wed Apr 11 04:46:05 UTC 2018


On Tue, Feb 20, 2018 at 12:49 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
> On Tue, Jan 23, 2018 at 12:25 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
>> On Tue, Dec 5, 2017 at 5:39 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
>>> From: "andreas.kling at peiker-cee.de" <andreas.kling at peiker-cee.de>
>>>
>>> Signed-off-by: Andy Kling <andreas.kling at peiker-cee.de>
>>> Signed-off-by: Ross Burton <ross.burton at intel.com>
>>> (cherry picked from commit d74ebc91388941295a2321a295cdb06ee87fc38b)
>>> Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
>>
>> Ping.
>
> Ping again.

Ping number 3.

>>> ---
>>>  meta/recipes-connectivity/bind/bind_9.10.5-P3.bb | 3 +++
>>>  1 file changed, 3 insertions(+)
>>>
>>> diff --git a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb b/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
>>> index 13724a8..8309302 100644
>>> --- a/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
>>> +++ b/meta/recipes-connectivity/bind/bind_9.10.5-P3.bb
>>> @@ -67,6 +67,9 @@ FILES_${PN}-utils = "${bindir}/host ${bindir}/dig"
>>>  FILES_${PN}-dev += "${bindir}/isc-config.h"
>>>  FILES_${PN} += "${sbindir}/generate-rndc-key.sh ${PYTHON_SITEPACKAGES_DIR}"
>>>
>>> +PACKAGE_BEFORE_PN += "${PN}-libs"
>>> +FILES_${PN}-libs = "${libdir}/*.so*"
>>> +
>>>  do_install_prepend() {
>>>         # clean host path in isc-config.sh before the hardlink created
>>>         # by "make install":
>>> --
>>> 1.9.1
>>>



More information about the Openembedded-core mailing list