From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eu1sys200aog109.obsmtp.com ([207.126.144.127]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TQeaw-0008GJ-NI for openembedded-core@lists.openembedded.org; Tue, 23 Oct 2012 15:32:34 +0200 Received: from beta.dmz-eu.st.com ([164.129.1.35]) (using TLSv1) by eu1sys200aob109.postini.com ([207.126.147.11]) with SMTP ID DSNKUIaZTn+r4KKFvJgbkD5Lk0lIvZZEozQb@postini.com; Tue, 23 Oct 2012 13:19:10 UTC Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5D0CF115 for ; Tue, 23 Oct 2012 07:23:31 +0000 (GMT) Received: from mail7.sgp.st.com (mail7.sgp.st.com [164.129.223.81]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0BDB3238F for ; Tue, 23 Oct 2012 07:23:31 +0000 (GMT) Received: from CTN005027 (pcmdt30.ctn.st.com [164.130.129.192]) by mail7.sgp.st.com (MOS 4.3.3-GA) with ESMTP id APW43453 (AUTH condorg); Tue, 23 Oct 2012 09:23:30 +0200 From: Giuseppe CONDORELLI To: Date: Tue, 23 Oct 2012 09:23:29 +0200 Message-ID: <02f401cdb0ef$4d45ba20$e7d12e60$@st.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac2w70yaa2vjt43cQ3SJ1Tzg7zfPYQ== Subject: Re: [PATCH DISCARD] base-files: do_install_basefilesissue error X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list 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, 23 Oct 2012 13:32:34 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_02F5_01CDB100.10CE8A20" Content-Language: it ------=_NextPart_000_02F5_01CDB100.10CE8A20 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Yes, you are right. My mistake was because I had DISTRO_VERSION set to -${DATE} and the "-" caused the failure of the install. Please discard my patch. Many thanks, Giuseppe From: Chris Larson < clarson@kergoth.com> Date: 2012/10/23 Subject: Re: [OE-core] [OE-Core][PATCH] base-files: do_install_basefilesissue error To: Giuseppe CONDORELLI < giuseppe.condorelli@st.com> Cc: openembedded-core@lists.openembedded.org On Mon, Oct 22, 2012 at 8:32 AM, Giuseppe CONDORELLI wrote: > Fixed error in do_install_basefilesissue, printf is now replaced by echo. > > Signed-off-by: Giuseppe Condorelli What error? Also, this changes the behavior. printf doesn't print a newline, echo does (unless you use echo -n). printf's behavior is much more reliable and portable than echos is. -- Christopher Larson _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core ------=_NextPart_000_02F5_01CDB100.10CE8A20 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Yes, you are right.

My mistake was because I had DISTRO_VERSION set = to -${DATE} and the “-“ caused

the failure of the install. Please discard my = patch.

Many thanks,

Giuseppe

 

From: Chris = Larson <clarson@kergoth.com>
Date: 2012/10/23
Subject: Re: [OE-core] = [OE-Core][PATCH] base-files: do_install_basefilesissue error
To: = Giuseppe CONDORELLI <
giuseppe.condorelli@st.com>
Cc:
openembedded-core@lists.openembedded.org

On Mon, Oct 22, 2012 at 8:32 AM, Giuseppe = CONDORELLI
<giuseppe.condorelli@st.com= > wrote:
> Fixed error in do_install_basefilesissue, printf is = now replaced by echo.
>
> Signed-off-by: Giuseppe Condorelli = <giuseppe.condorelli@st.com= >

What error? Also, this = changes the behavior. printf doesn't print a
newline, echo does = (unless you use echo -n). printf's behavior is much
more reliable and = portable than echos is.
--
Christopher = Larson


_______________________________________________
= Openembedded-core mailing list
Openembedded-cor= e@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/ope= nembedded-core

 

------=_NextPart_000_02F5_01CDB100.10CE8A20--