From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mail.openembedded.org (Postfix) with ESMTP id EC11B78694 for ; Thu, 4 Jan 2018 22:56:45 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jan 2018 14:56:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,316,1511856000"; d="scan'208";a="192490902" Received: from wrath.jf.intel.com ([10.54.70.11]) by fmsmga006.fm.intel.com with ESMTP; 04 Jan 2018 14:56:46 -0800 From: Tim Orling To: openembedded-core@lists.openembedded.org Date: Thu, 4 Jan 2018 14:56:43 -0800 Message-Id: X-Mailer: git-send-email 2.13.6 Subject: [rocko][PATCH 0/1] python[3]-setuptools: inherit setuptools 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: Thu, 04 Jan 2018 22:56:46 -0000 The existing recipes for python[3]-setuptools were not packaging the "pkg_resources" module, which bmap-tools RDEPENDS on (see YOCTO #12148). This was addressed in master, but requires a slightly different approach for rocko (as we do not want to upgrade versions on stable branches). This applies on top of poky-contrib stable/rocko-next at the time of this writing. The following changes since commit 0baeb05511623c7e68e1341629efd27a80c5b042: binutils: Convert SRC_URI and SRCREV to weak defines (2018-01-03 19:54:56 -0800) are available in the git repository at: git://push.yoctoproject.org/poky-contrib timo/rocko-12148 Tim Orling (1): python[3]-setuptools: inherit setuptools meta/recipes-devtools/python/python-setuptools_36.2.7.bb | 4 +--- meta/recipes-devtools/python/python3-setuptools_36.2.7.bb | 7 +------ 2 files changed, 2 insertions(+), 9 deletions(-) -- 2.13.6