From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.devonhealth.com (unknown [8.20.30.154]) by mail.openembedded.org (Postfix) with ESMTP id 565E86AE73 for ; Fri, 17 Jan 2014 15:39:35 +0000 (UTC) Received: from emfserver.devonintlgroup.com (10.0.7.48) by mx1.devonhealth.com (10.0.20.154) with Microsoft SMTP Server id 8.3.327.1; Fri, 17 Jan 2014 10:37:07 -0500 Received: from [10.0.2.7] by emfserver.devonintlgroup.com over TLS secured channel with ESMTP (Devon Health Services, Inc Email Firewall SMTP Relay (Email Firewall v6.5)); Fri, 17 Jan 2014 10:39:21 -0500 X-Server-Uuid: 6CB55748-6642-4D3C-9211-397BC4E7A815 Received: from whse-mobile.Development.com (10.0.15.115) by boddingtons.devonintlgroup.com (10.0.2.15) with Microsoft SMTP Server ( TLS) id 8.3.327.1; Fri, 17 Jan 2014 10:39:21 -0500 From: Jason Plum To: Date: Fri, 17 Jan 2014 10:39:15 -0500 Message-ID: <1389973156-9421-1-git-send-email-jplum@devonit.com> X-Mailer: git-send-email 1.8.5.2 MIME-Version: 1.0 X-WSS-ID: 7EC791232B8407050-01-01 Subject: [Patch] lib/oe: copyhardlinktree - detect mount points X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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: Fri, 17 Jan 2014 15:39:35 -0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit Add function getmount to detect the mount point of the path, as os.stat(path).st_dev in copyhardlinktree fails in lxc containers to detect different paths as separate mounted filesystems (cp -l failure)