From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cvg.de ([62.153.82.30]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U4zJf-0002kF-CH for openembedded-core@lists.openembedded.org; Mon, 11 Feb 2013 20:45:27 +0100 Received: from ensc-virt.intern.sigma-chemnitz.de (ensc-virt.intern.sigma-chemnitz.de [192.168.3.24]) by mail.cvg.de (8.14.4/8.14.4) with ESMTP id r1BJTLfX019676 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 11 Feb 2013 20:29:22 +0100 Received: from ensc by ensc-virt.intern.sigma-chemnitz.de with local (Exim 4.76) (envelope-from ) id 1U4z45-00089R-BI; Mon, 11 Feb 2013 20:29:21 +0100 From: Enrico Scholz To: openembedded-core@lists.openembedded.org References: Date: Mon, 11 Feb 2013 20:29:21 +0100 In-Reply-To: (Khem Raj's message of "Mon, 11 Feb 2013 10:29:59 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Sender: Enrico Scholz X-DSPAM-Result: Innocent X-DSPAM-Probability: 0 X-DSPAM-Confidence: 0.83 X-Spam-Score: -5.3 X-Spam-Level: ----- X-Spam-Tests: AWL,BAYES_00,RP_MATCHES_RCVD,SPF_NEUTRAL,DSPAM_INNOCENT X-Scanned-By: MIMEDefang 2.73 Subject: Re: package errors 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: Mon, 11 Feb 2013 19:45:27 -0000 Content-Type: text/plain Khem Raj writes: > I am seeing below errors after this commit to OE-Core > > commit f2e16c655286aab465054db6727fa3365bef3124 Sorry; before I committed them I did a small code cleanup and did not wait for the results of image builds (changes in package.bbclass cause rebuild of whole distribution). I posted two patches lib/oe/path.py: support missing directory components in realpath() package.bbclass: support dangling path components which should fix it. Enrico