From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id DAA1B786B5 for ; Tue, 27 Feb 2018 21:53:58 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id w1RLrALh013498 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 27 Feb 2018 21:53:11 GMT Message-ID: <1519768390.24236.410.camel@linuxfoundation.org> From: Richard Purdie To: Denys Dmytriyenko Date: Tue, 27 Feb 2018 21:53:10 +0000 In-Reply-To: <20180227213638.GN2786@denix.org> References: <1519761405-20421-1-git-send-email-richard.purdie@linuxfoundation.org> <20180227213638.GN2786@denix.org> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.3 at dan X-Virus-Status: Clean Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/2] package_manager: Filter to only rpms we depend upon 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: Tue, 27 Feb 2018 21:53:59 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2018-02-27 at 16:36 -0500, Denys Dmytriyenko wrote: > Is it specific and/or limited to RPMs? How about other package > managers? The code currently only does this for rpm, in theory it can easily be reused by the other package managers too though. I'd happily take patches which do this for the other package backends. The hard piece is the "list of dependencies" which I believe is working correctly now. Cheers, Richard