From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SkXnQ-0003Zq-MS for openembedded-core@lists.openembedded.org; Fri, 29 Jun 2012 11:47:26 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q5T9aMhj023085 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Fri, 29 Jun 2012 02:36:22 -0700 (PDT) Received: from [128.224.163.142] (128.224.163.142) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Fri, 29 Jun 2012 02:36:22 -0700 Message-ID: <4FED7714.5000309@windriver.com> Date: Fri, 29 Jun 2012 17:36:20 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: The native perl's path is not in PATH 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, 29 Jun 2012 09:47:27 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit The native perl is installed to: ${STAGING_BINDIR_NATIVE}/perl-native/perl But this isn't in the PATH, so we can use the native perl by the command "perl" or "#!/usr/bin/env perl". I wonder why we install the perl to ${STAGING_BINDIR_NATIVE}/perl-native, but not to ${STAGING_BINDIR_NATIVE}. It would be good if we can add ${STAGING_BINDIR_NATIVE}/perl-native to the path or install the native perl to ${STAGING_BINDIR_NATIVE}, I will send a patch for it if you are ok with it. -- Thanks Robert