* Re: [oe-commits] Khem Raj : lirc: Add recipe for 0.9.2 [not found] <20150303074258.52BFE50424@opal.openembedded.org> @ 2015-03-21 15:30 ` Martin Jansa 2015-03-21 15:33 ` Martin Jansa 0 siblings, 1 reply; 3+ messages in thread From: Martin Jansa @ 2015-03-21 15:30 UTC (permalink / raw) To: openembedded-devel, KhemRaj; +Cc: openembedded-commits [-- Attachment #1: Type: text/plain, Size: 2160 bytes --] On Tue, Mar 03, 2015 at 07:42:58AM +0000, git@git.openembedded.org wrote: > Module: meta-openembedded.git > Branch: master > Commit: d68ffc6ef01a138c04c935a8599e5679ae56a917 > URL: http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d68ffc6ef01a138c04c935a8599e5679ae56a917 > > Author: Khem Raj <raj.khem@gmail.com> > Date: Sun Mar 1 22:25:08 2015 +0000 > > lirc: Add recipe for 0.9.2 > > There is a older version available at meta-guacamayo > but its not distro specific and many distros might need it > so meta-oe is right place for it. > > Change-Id: Ic6b45dd652187d72a1e1bf4fb5adc8ed9c80e52a > Signed-off-by: Khem Raj <raj.khem@gmail.com> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Please fix following undeterministic dependencies: lirc-0.9.2: lirc rdepends on libx11, but it isn't a build dependency? [build-deps] lirc-0.9.2: lirc-plugins rdepends on libjack, but it isn't a build dependency? [build-deps] lirc-0.9.2: lirc-plugins rdepends on libusb-compat, but it isn't a build dependency? [build-deps] lirc-0.9.2: lirc-plugins rdepends on portaudio-v19, but it isn't a build dependency? [build-deps] > > --- > > meta-oe/recipes-connectivity/lirc/lirc.inc | 14 + > .../recipes-connectivity/lirc/lirc/lirc.tmpfiles | 1 + > .../lirc/lirc/lirc_options.conf | 24 ++ > meta-oe/recipes-connectivity/lirc/lirc/lircd.conf | 315 +++++++++++++++++++++ > meta-oe/recipes-connectivity/lirc/lirc/lircd.init | 40 +++ > .../recipes-connectivity/lirc/lirc/lircd.service | 20 ++ > .../recipes-connectivity/lirc/lirc/lircexec.init | 37 +++ > meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb | 66 +++++ > 8 files changed, 517 insertions(+) > > Diff: http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=d68ffc6ef01a138c04c935a8599e5679ae56a917 > -- > _______________________________________________ > Openembedded-commits mailing list > Openembedded-commits@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-commits -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] Khem Raj : lirc: Add recipe for 0.9.2 2015-03-21 15:30 ` [oe-commits] Khem Raj : lirc: Add recipe for 0.9.2 Martin Jansa @ 2015-03-21 15:33 ` Martin Jansa 2015-03-21 16:50 ` Khem Raj 0 siblings, 1 reply; 3+ messages in thread From: Martin Jansa @ 2015-03-21 15:33 UTC (permalink / raw) To: openembedded-devel, KhemRaj; +Cc: openembedded-commits [-- Attachment #1: Type: text/plain, Size: 2477 bytes --] On Sat, Mar 21, 2015 at 04:30:22PM +0100, Martin Jansa wrote: > On Tue, Mar 03, 2015 at 07:42:58AM +0000, git@git.openembedded.org wrote: > > Module: meta-openembedded.git > > Branch: master > > Commit: d68ffc6ef01a138c04c935a8599e5679ae56a917 > > URL: http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d68ffc6ef01a138c04c935a8599e5679ae56a917 > > > > Author: Khem Raj <raj.khem@gmail.com> > > Date: Sun Mar 1 22:25:08 2015 +0000 > > > > lirc: Add recipe for 0.9.2 > > > > There is a older version available at meta-guacamayo > > but its not distro specific and many distros might need it > > so meta-oe is right place for it. > > > > Change-Id: Ic6b45dd652187d72a1e1bf4fb5adc8ed9c80e52a > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> > > Please fix following undeterministic dependencies: > lirc-0.9.2: lirc rdepends on libx11, but it isn't a build dependency? [build-deps] > lirc-0.9.2: lirc-plugins rdepends on libjack, but it isn't a build dependency? [build-deps] > lirc-0.9.2: lirc-plugins rdepends on libusb-compat, but it isn't a build dependency? [build-deps] > lirc-0.9.2: lirc-plugins rdepends on portaudio-v19, but it isn't a build dependency? [build-deps] and lirc-0.9.2: lirc requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] > > > > > > --- > > > > meta-oe/recipes-connectivity/lirc/lirc.inc | 14 + > > .../recipes-connectivity/lirc/lirc/lirc.tmpfiles | 1 + > > .../lirc/lirc/lirc_options.conf | 24 ++ > > meta-oe/recipes-connectivity/lirc/lirc/lircd.conf | 315 +++++++++++++++++++++ > > meta-oe/recipes-connectivity/lirc/lirc/lircd.init | 40 +++ > > .../recipes-connectivity/lirc/lirc/lircd.service | 20 ++ > > .../recipes-connectivity/lirc/lirc/lircexec.init | 37 +++ > > meta-oe/recipes-connectivity/lirc/lirc_0.9.2.bb | 66 +++++ > > 8 files changed, 517 insertions(+) > > > > Diff: http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=d68ffc6ef01a138c04c935a8599e5679ae56a917 > > -- > > _______________________________________________ > > Openembedded-commits mailing list > > Openembedded-commits@lists.openembedded.org > > http://lists.openembedded.org/mailman/listinfo/openembedded-commits > > -- > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [oe-commits] Khem Raj : lirc: Add recipe for 0.9.2 2015-03-21 15:33 ` Martin Jansa @ 2015-03-21 16:50 ` Khem Raj 0 siblings, 0 replies; 3+ messages in thread From: Khem Raj @ 2015-03-21 16:50 UTC (permalink / raw) To: Martin Jansa Cc: openembeded-devel, openembedded-commits@lists.openembedded.org On Sat, Mar 21, 2015 at 8:33 AM, Martin Jansa <martin.jansa@gmail.com> wrote: >> Please fix following undeterministic dependencies: >> lirc-0.9.2: lirc rdepends on libx11, but it isn't a build dependency? [build-deps] >> lirc-0.9.2: lirc-plugins rdepends on libjack, but it isn't a build dependency? [build-deps] >> lirc-0.9.2: lirc-plugins rdepends on libusb-compat, but it isn't a build dependency? [build-deps] >> lirc-0.9.2: lirc-plugins rdepends on portaudio-v19, but it isn't a build dependency? [build-deps] > > and > lirc-0.9.2: lirc requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] thanks for letting me know. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-21 16:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150303074258.52BFE50424@opal.openembedded.org>
2015-03-21 15:30 ` [oe-commits] Khem Raj : lirc: Add recipe for 0.9.2 Martin Jansa
2015-03-21 15:33 ` Martin Jansa
2015-03-21 16:50 ` Khem Raj
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.