From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.twobit.us (smtp.twobit.us [38.83.192.235]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DB63CE00743 for ; Mon, 10 Feb 2014 06:08:50 -0800 (PST) Received: from c-76-24-20-220.hsd1.ma.comcast.net ([76.24.20.220] helo=[172.16.1.12]) by smtp.twobit.us with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1WCrVm-0001lx-8v; Mon, 10 Feb 2014 14:07:02 +0000 Message-ID: <52F8DD6B.4080000@twobit.us> Date: Mon, 10 Feb 2014 09:08:43 -0500 From: Philip Tricca User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20131104 Icedove/17.0.10 MIME-Version: 1.0 To: Chris Patterson References: <1391996719-14419-1-git-send-email-flihp@twobit.us> <1391996719-14419-2-git-send-email-flihp@twobit.us> In-Reply-To: X-Enigmail-Version: 1.5.1 X-SA-Exim-Connect-IP: 76.24.20.220 X-SA-Exim-Mail-From: flihp@twobit.us X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on smtp.twobit.us X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on smtp.twobit.us) Cc: "meta-virtualization@yoctoproject.org" Subject: Re: [PATCH 1/2] xen: Replace python-setuptools-native with python-distutils-native to keep pace with upstream. X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Feb 2014 14:08:51 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Because I screwed this up. Should DEPEND on python-distribute-native instead of RDEPEND on python-distutils-native: http://patchwork.openembedded.org/patch/66085/ I'll fix this up and send it out. Regards, Philip On 02/09/2014 09:59 PM, Chris Patterson wrote: > Hey Phil, why does xen need to RDEPENDS python-distutils-native? > > Cheers, > -Chris > > > On Sun, Feb 9, 2014 at 8:45 PM, Philip Tricca > wrote: > > python-native RPROVIDES python-distutils-native so this changes the > dependency around a bit. > > Signed-off-by: Philip Tricca > > > diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc > index e0d01a5..bd2fc74 100644 > --- a/recipes-extended/xen/xen.inc > +++ b/recipes-extended/xen/xen.inc > @@ -17,10 +17,10 @@ PACKAGECONFIG ??= " \ > PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,virtual/libsdl," > PACKAGECONFIG[xsm] = > "--enable-xsmpolicy,--disable-xsmpolicy,checkpolicy-native," > > -DEPENDS = "util-linux util-linux-native file-native zlib ncurses > openssl bison-native flex-native gettext dev86-native iasl-native > pciutils bridge-utils iproute2 procps yajl pixman python > python-setuptools-native xz xz-native glib-2.0" > +DEPENDS = "util-linux util-linux-native file-native zlib ncurses > openssl bison-native flex-native gettext dev86-native iasl-native > pciutils bridge-utils iproute2 procps yajl pixman python xz > xz-native glib-2.0" > > # inherit setuptools adds python to RDEPENDS, override it > -RDEPENDS_${PN} = "" > +RDEPENDS_${PN} = "python-distutils-native" > > RDEPENDS_${PN}-base = "\ > libgcc udev bash perl xz \ > -- > 1.7.10.4 > >