[OE-core] [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added

2014-03-03 Thread Laurentiu Palcu
Make sure the channel was not already added, before attempting to add. [YOCTO #5890] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/lib/oe/package_manager.py |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/package_manager.py

Re: [OE-core] [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added

2014-03-03 Thread Mark Hatle
On 3/3/14, 3:43 AM, Laurentiu Palcu wrote: Make sure the channel was not already added, before attempting to add. [YOCTO #5890] When generating the rootfs/etc/rpm/platform file, the order should be in the order of highest to lowest priority as well. Smart uses this order (via an RPM API)

Re: [OE-core] [PATCH 2/2] package_manager.py: RpmPM: don't add smart channel if already added

2014-03-03 Thread Laurentiu Palcu
Hi Mark, On Mon, Mar 03, 2014 at 09:02:35AM -0600, Mark Hatle wrote: On 3/3/14, 3:43 AM, Laurentiu Palcu wrote: Make sure the channel was not already added, before attempting to add. [YOCTO #5890] When generating the rootfs/etc/rpm/platform file, the order should be in the order of