All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brendan Kerrigan <brendank310@gmail.com>
To: ross.burton@intel.com
Cc: "Andreas Müller" <schnitzeltony@googlemail.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe
Date: Mon, 29 Oct 2018 14:27:03 -0400	[thread overview]
Message-ID: <CAKPa3c0GduyOjSnd1UQMFjNmm6B3VXHB_C-6-BUAhUuNfXG6sA@mail.gmail.com> (raw)
In-Reply-To: <CAJTo0LaqiCwZXZjKwGfX8qwHLrX20_hOaOzwBs7q5XsO+fj+xA@mail.gmail.com>

I had initially tried to get the native recipe integrated into it, by
inheriting the native class but was unable to get that to work. Using the
above, I get the following:

ERROR: Required build target 'gdm' has no buildable providers.
Missing or unbuildable dependency chain was: ['gdm', 'dconf-native',
'glib-2.0-utils-native']

Any thoughts on how to resolve this? Should I also be providing a
glib-2.0-utils-native package?

Thanks,
Brendan

On Mon, Oct 29, 2018 at 2:06 PM Burton, Ross <ross.burton@intel.com> wrote:

> There's already a dconf in meta-gnome, so just add
> BBCLASSEXTEND="native nativesdk".
>
> Ross
> On Mon, 29 Oct 2018 at 16:43, brendank310 <brendank310@gmail.com> wrote:
> >
> > From: Brendan Kerrigan <kerriganb@ainfosec.com>
> >
> > gdm recipe requires a native dconf tool.
> >
> > Signed-off-by: Brendan Kerrigan <kerriganb@ainfosec.com>
> > ---
> >  .../dconf/dconf-native_0.28.0.bb              | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >  create mode 100644 meta-gnome/recipes-gnome/dconf/
> dconf-native_0.28.0.bb
> >
> > diff --git a/meta-gnome/recipes-gnome/dconf/dconf-native_0.28.0.bb
> b/meta-gnome/recipes-gnome/dconf/dconf-native_0.28.0.bb
> > new file mode 100644
> > index 000000000..ee78fbb66
> > --- /dev/null
> > +++ b/meta-gnome/recipes-gnome/dconf/dconf-native_0.28.0.bb
> > @@ -0,0 +1,19 @@
> > +SUMMARY = "configuation database system"
> > +LICENSE = "LGPLv2.1"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
> > +SECTION = "x11/gnome"
> > +
> > +SRC_URI[archive.md5sum] = "81faa8e68e5ea71ff0ee75050fc0759c"
> > +SRC_URI[archive.sha256sum] =
> "61d3b3865ef58b729c3b39aa0979f886c014aa8362f93dcfc74bf5648ed9c742"
> > +
> > +DEPENDS = "dbus glib-2.0 intltool-native"
> > +
> > +GNOMEBASEBUILDCLASS = "meson"
> > +
> > +inherit gnomebase gsettings bash-completion vala native
> > +
> > +FILES_${PN} += " \
> > +    ${datadir}/dbus-1 \
> > +    ${libdir}/gio/modules/*.so \
> > +    ${bindir}/dconf \
> > +"
> > --
> > 2.17.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


  reply	other threads:[~2018-10-29 18:27 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-29 16:40 [RFC meta-gnome][PATCH 00/16] Add gnome-shell support brendank310
2018-10-29 16:40 ` [RFC meta-gnome][PATCH 01/16] sassc: add recipes for libsass-native and sassc-native brendank310
2018-10-30 12:10   ` Burton, Ross
2018-10-29 16:40 ` [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell brendank310
2018-10-29 22:33   ` Andreas Müller
2018-10-30  2:38   ` Khem Raj
2018-10-30 11:24   ` Burton, Ross
2018-11-08 17:27     ` Brendan Kerrigan
2018-11-08 18:32       ` Khem Raj
2018-11-08 23:12       ` Burton, Ross
2018-11-08 23:13       ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine) brendank310
2018-10-29 18:07   ` Burton, Ross
2018-10-29 18:28     ` Brendan Kerrigan
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 04/16] accountsservice: add recipe for Accounts Service brendank310
2018-10-29 22:43   ` Andreas Müller
2018-10-30 11:48     ` Martin Jansa
2018-10-30 11:30   ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 05/16] lcms2: add recipe for Little Color Management System brendank310
2018-10-29 22:46   ` Andreas Müller
2018-10-30  2:41   ` Khem Raj
2018-10-30 11:22   ` Burton, Ross
2018-10-30 15:03     ` Brendan Kerrigan
2018-10-30 21:07       ` Khem Raj
2018-10-30 23:08       ` Andreas Müller
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 06/16] gnome-settings-daemon: add recipe for gnome-settings-daemon brendank310
2018-10-30  2:53   ` Khem Raj
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 07/16] geocode-glib: add recipe for geocode-glib library brendank310
2018-10-30  2:52   ` Khem Raj
2018-10-30 11:16     ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 08/16] libgweather: add recipe for libgweather brendank310
2018-10-30  2:49   ` Khem Raj
2018-10-30 11:18   ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 09/16] gdm: add recipe for gdm (Gnome Desktop Manager) brendank310
2018-10-29 22:51   ` Andreas Müller
2018-10-30 11:33   ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe brendank310
2018-10-29 18:06   ` Burton, Ross
2018-10-29 18:27     ` Brendan Kerrigan [this message]
2018-10-29 19:30       ` Khem Raj
2018-10-29 21:17         ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 11/16] libwacom: add recipe for libwacom brendank310
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 12/16] mutter: add recipe for mutter window manager brendank310
2018-10-30  2:47   ` Khem Raj
2018-10-30 11:21   ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 13/16] gnome-shell: add recipe for gnome-shell brendank310
2018-10-30  2:44   ` Khem Raj
2018-10-30 11:20   ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 14/16] packagegroup-gnome3-base: add packagegroup for installing gnome3/gnome-shell brendank310
2018-10-29 23:03   ` Andreas Müller
2018-10-30 11:32   ` Burton, Ross
2018-10-30 12:00   ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 15/16] gnome-shell-extensions: add recipe for gnome-shell-extensions brendank310
2018-10-29 23:06   ` Andreas Müller
2018-10-30 11:31   ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 16/16] gnome-tweak-tool: add recipe for the GNOME Tweak tool brendank310
2018-10-29 23:09   ` Andreas Müller
2018-10-30  2:32   ` Khem Raj
2018-10-30 11:54     ` Burton, Ross
2018-10-29 22:34 ` [RFC meta-gnome][PATCH 00/16] Add gnome-shell support Andreas Müller
2018-10-31 13:17   ` Brendan Kerrigan
2018-10-31 13:30     ` Andreas Müller
2018-11-06 20:11 ` Alexander Kanavin
2018-11-07 20:24   ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKPa3c0GduyOjSnd1UQMFjNmm6B3VXHB_C-6-BUAhUuNfXG6sA@mail.gmail.com \
    --to=brendank310@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    --cc=schnitzeltony@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.