Hey Trevor: I was just working on this one the other day (I have a bbappend for my xorg image) and added some pam deps, but not as "hard" deps (since pam is an optional feature). One issue I just hit in my master branch build was missing pam plugins for lxdm login, even with the pam feature enabled.
see this lxdm commit <https://github.com/sarnold/meta-alt-desktop-extras/commit/05bc68e37e45a0d980b96e5fd93adeb5a9b9f33e> Maybe it's helpful, maybe not... Steve aka mr_science On Tue, Jun 24, 2014 at 11:26 AM, Trevor Woerner <[email protected]> wrote: > Signed-off-by: Trevor Woerner <[email protected]> > --- > meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb > b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb > index dc40fb2..d0eb516 100644 > --- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb > +++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb > @@ -16,7 +16,7 @@ SRCREV = "07fb151a99ef99318b71f3de0afbba977b1e6267" > PV = "0.5.0+git${SRCPV}" > PE = "1" > > -DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 > gtk+ virtual/libx11 libxcb pango iso-codes" > +DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 > gtk+ virtual/libx11 libxcb pango iso-codes libpam" > DEPENDS += "${@base_contains("DISTRO_FEATURES", "systemd", "", > "consolekit", d)}" > > # combine oe-core way with angstrom DISTRO_TYPE > -- > 2.0.0.5.gbce14aa > > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
