From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UCtLE-0001yB-Dv for openembedded-core@lists.openembedded.org; Tue, 05 Mar 2013 15:59:46 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 05 Mar 2013 06:43:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,787,1355126400"; d="scan'208";a="299305698" Received: from lpalcu-linux (HELO [10.237.105.165]) ([10.237.105.165]) by fmsmga002.fm.intel.com with ESMTP; 05 Mar 2013 06:43:12 -0800 Message-ID: <5136047E.9060900@intel.com> Date: Tue, 05 Mar 2013 16:43:10 +0200 From: Laurentiu Palcu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <1362494456-10456-1-git-send-email-laurentiu.palcu@intel.com> In-Reply-To: <1362494456-10456-1-git-send-email-laurentiu.palcu@intel.com> Subject: Re: [PATCH] (distro-alias|maintainers|package-regex).inc: mesa-dri -> mesa X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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, 05 Mar 2013 14:59:46 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Ignore this. I meant to send it on the poky ML. Thanks, Laurentiu On 03/05/2013 04:40 PM, Laurentiu Palcu wrote: > Since the mesa-dri recipe has been renamed to mesa, change the mentioned files > accordingly. > > [YOCTO #3385] > > Signed-off-by: Laurentiu Palcu > --- > meta-yocto/conf/distro/include/distro_alias.inc | 4 ++-- > meta-yocto/conf/distro/include/maintainers.inc | 4 ++-- > meta-yocto/conf/distro/include/package_regex.inc | 8 ++++---- > 3 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/meta-yocto/conf/distro/include/distro_alias.inc b/meta-yocto/conf/distro/include/distro_alias.inc > index 2246097..043c262 100644 > --- a/meta-yocto/conf/distro/include/distro_alias.inc > +++ b/meta-yocto/conf/distro/include/distro_alias.inc > @@ -237,8 +237,8 @@ DISTRO_PN_ALIAS_pn-matchbox-themes-gtk = "OpenedHand" > DISTRO_PN_ALIAS_pn-matchbox-wm-2 = "Mandriva=matchbox-window-manager Debian=matchbox-window-manager" > DISTRO_PN_ALIAS_pn-matchbox-wm = "OpenedHand" > DISTRO_PN_ALIAS_pn-menu-cache = "OSPDT" > -DISTRO_PN_ALIAS_pn-mesa-dri = "Fedora=mesa Ubuntu=libgl1-mesa-dri" > -DISTRO_PN_ALIAS_pn-mesa-dri-glsl-native = "Fedora=mesa Ubuntu=libgl1-mesa-dri" > +DISTRO_PN_ALIAS_pn-mesa = "Fedora=mesa Ubuntu=libgl1-mesa-dri" > +DISTRO_PN_ALIAS_pn-mesa-glsl-native = "Fedora=mesa Ubuntu=libgl1-mesa-dri" > DISTRO_PN_ALIAS_pn-meta-environment-i586 = "OE-Core" > DISTRO_PN_ALIAS_pn-meta-ide-support = "OE-Core" > DISTRO_PN_ALIAS_pn-meta-toolchain-gmae = "OE-Core" > diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yocto/conf/distro/include/maintainers.inc > index 0f7a872..4bef81f 100644 > --- a/meta-yocto/conf/distro/include/maintainers.inc > +++ b/meta-yocto/conf/distro/include/maintainers.inc > @@ -516,8 +516,8 @@ RECIPE_MAINTAINER_pn-mc = "Saul Wold " > RECIPE_MAINTAINER_pn-mdadm = "Laurentiu Palcu " > RECIPE_MAINTAINER_pn-menu-cache = "Constantin Musca " > RECIPE_MAINTAINER_pn-mesa-demos = "Saul Wold " > -RECIPE_MAINTAINER_pn-mesa-dri-glsl-native = "Constantin Musca " > -RECIPE_MAINTAINER_pn-mesa-dri = "Constantin Musca " > +RECIPE_MAINTAINER_pn-mesa-glsl-native = "Constantin Musca " > +RECIPE_MAINTAINER_pn-mesa = "Constantin Musca " > RECIPE_MAINTAINER_pn-metacity = "Constantin Musca " > RECIPE_MAINTAINER_pn-meta-environment-i586 = "Jessica Zhang " > RECIPE_MAINTAINER_pn-meta-ide-support = "Jessica Zhang " > diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc > index fb1473d..4025e40 100644 > --- a/meta-yocto/conf/distro/include/package_regex.inc > +++ b/meta-yocto/conf/distro/include/package_regex.inc > @@ -263,10 +263,10 @@ REGEX_URI_pn-bind = "ftp://ftp.isc.org/isc/bind9/" > REGEX_pn-bind = "[hH][rR][eE][fF]=\"ftp://ftp.isc.org:21/isc/bind9/(?P((P?\d+[\.\-_]*)+))/\"" > REGEX_URI_pn-dhcp = "ftp://ftp.isc.org/isc/dhcp/" > REGEX_pn-dhcp = "[hH][rR][eE][fF]=\"ftp://ftp.isc.org:21/isc/dhcp/(dhcp\-)?(?P((P?\d+[\.\-_]*)+))/\"" > -REGEX_URI_pn-mesa-dri = "ftp://ftp.freedesktop.org/pub/mesa/" > -REGEX_pn-mesa-dri = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P((\d+[\.\-_]*)+))/\"" > -REGEX_URI_pn-mesa-dri-glsl-native = "ftp://ftp.freedesktop.org/pub/mesa/" > -REGEX_pn-mesa-dri-glsl-native = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P((\d+[\.\-_]*)+))/\"" > +REGEX_URI_pn-mesa = "ftp://ftp.freedesktop.org/pub/mesa/" > +REGEX_pn-mesa = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P((\d+[\.\-_]*)+))/\"" > +REGEX_URI_pn-mesa-glsl-native = "ftp://ftp.freedesktop.org/pub/mesa/" > +REGEX_pn-mesa-glsl-native = "[hH][rR][eE][fF]=\"ftp://ftp.freedesktop.org:21/pub/mesa/(?P((\d+[\.\-_]*)+))/\"" > REGEX_URI_pn-nspr = "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/" > REGEX_pn-nspr = "[hH][rR][eE][fF]=\"ftp://ftp.mozilla.org:21/pub/mozilla.org/nspr/releases/v(?P((\d+[\.\-_]*)+))/\"" > REGEX_URI_pn-createrepo = "http://createrepo.baseurl.org/download/" >