From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RLLxb-0001z4-Rb for openembedded-core@lists.openembedded.org; Tue, 01 Nov 2011 22:33:32 +0100 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 01 Nov 2011 14:27:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.69,440,1315206000"; d="scan'208";a="80205059" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.15.200]) by fmsmga001.fm.intel.com with ESMTP; 01 Nov 2011 14:27:21 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Tue, 1 Nov 2011 14:27:15 -0700 Message-Id: X-Mailer: git-send-email 1.7.6.4 Subject: [PATCH 0/4] convert these recipes to adduser bbclass X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2011 21:33:32 -0000 Richard, So I ended up just hardcoding the xuser and unconditionally creating that user in xserver and connman recipes. There might be an alternative, but it will require more time to devlop. Sau! The following changes since commit d0a2c87d068f2d769d47c8455bb1434b90a7a844: Fix HOMEPAGE values in libzypp and sat-solver .bb files (2011-11-01 18:28:06 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/fix http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix Saul Wold (4): avahi: use useradd to create user xserver-nodm-init: Add xuser (hardcoded) connman: create xuser dbus: fix up ADDUSER_PARAMS meta/recipes-connectivity/avahi/avahi.inc | 13 ++++---- meta/recipes-connectivity/connman/connman.inc | 5 ++- meta/recipes-core/dbus/dbus.inc | 3 +- .../x11-common/xserver-nodm-init.bb | 30 +++++++------------ 4 files changed, 24 insertions(+), 27 deletions(-) -- 1.7.6.4