From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RtLzh-0001l3-Iw for openembedded-core@lists.openembedded.org; Fri, 03 Feb 2012 17:28:40 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q13GJmOv022180 for ; Fri, 3 Feb 2012 16:19:48 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22119-01 for ; Fri, 3 Feb 2012 16:19:44 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q13GJfTd022174 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Feb 2012 16:19:42 GMT Message-ID: <1328285987.3895.122.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 03 Feb 2012 16:19:47 +0000 In-Reply-To: References: X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 0/2] LSB_Setup.sh: Add locale resources and startup avi 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: Fri, 03 Feb 2012 16:28:40 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2012-02-03 at 14:39 +0800, Xiaofeng Yan wrote: > From: Xiaofeng Yan > > Add two parts: > > 1 Add absent locale resources in LSB_Setup.sh because of a lack of locale resources in core-image-lsb-qt3 when running lsb test. > 2 Add avahi-daemon. > Function "gethostbyaddr" will search file "/var/run/avahi-daemon/socket" but there is no this file which is created by avahi-daemon. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: xiaofeng/1907_1954 > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/1907_1954 > > Thanks, > Xiaofeng Yan > --- > > > Xiaofeng Yan (2): > init-functions: Add two functions > LSB_Setup.sh: Add locale resources and startup script avahi-daemon Merged to master, thanks. Richard