All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko][PATCH] bind: move libraries to own package
@ 2017-12-06  1:39 Andre McCurdy
  2018-01-23 20:25 ` Andre McCurdy
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2017-12-06  1:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: andreas.kling

From: "andreas.kling@peiker-cee.de" <andreas.kling@peiker-cee.de>

Signed-off-by: Andy Kling <andreas.kling@peiker-cee.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit d74ebc91388941295a2321a295cdb06ee87fc38b)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [rocko][PATCH] bind: move libraries to own package
  2017-12-06  1:39 [rocko][PATCH] bind: move libraries to own package Andre McCurdy
@ 2018-01-23 20:25 ` Andre McCurdy
  2018-02-20 20:49   ` Andre McCurdy
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2018-01-23 20:25 UTC (permalink / raw)
  To: OE Core mailing list

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

Ping.

> ---
>  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
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [rocko][PATCH] bind: move libraries to own package
  2018-01-23 20:25 ` Andre McCurdy
@ 2018-02-20 20:49   ` Andre McCurdy
  2018-04-11  4:46     ` Andre McCurdy
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2018-02-20 20:49 UTC (permalink / raw)
  To: OE Core mailing list

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

Ping again.

>> ---
>>  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
>>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [rocko][PATCH] bind: move libraries to own package
  2018-02-20 20:49   ` Andre McCurdy
@ 2018-04-11  4:46     ` Andre McCurdy
  0 siblings, 0 replies; 4+ messages in thread
From: Andre McCurdy @ 2018-04-11  4:46 UTC (permalink / raw)
  To: OE Core mailing list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-11  4:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-06  1:39 [rocko][PATCH] bind: move libraries to own package Andre McCurdy
2018-01-23 20:25 ` Andre McCurdy
2018-02-20 20:49   ` Andre McCurdy
2018-04-11  4:46     ` Andre McCurdy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.