From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mo2.mail-out.ovh.net (8.mo2.mail-out.ovh.net [188.165.52.147]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7B337E01301 for ; Fri, 11 Jan 2013 02:29:53 -0800 (PST) Received: from mail416.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 66A2CDC5E16 for ; Fri, 11 Jan 2013 11:39:14 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 11 Jan 2013 12:29:51 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO buildor.local.eukrea.com) (ebenard%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 11 Jan 2013 12:29:49 +0200 From: =?UTF-8?q?Eric=20B=C3=A9nard?= To: meta-freescale@yoctoproject.org X-Ovh-Mailout: 178.32.228.2 (mo2.mail-out.ovh.net) Date: Fri, 11 Jan 2013 11:30:17 +0100 Message-Id: <1357900217-7709-1-git-send-email-eric@eukrea.com> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-Ovh-Tracer-Id: 16833610984316186010 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrhedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu X-Spam-Check: DONE|U 0.5/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehledrhedtucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu Subject: [meta-fsl-arm][PATCH] mesa-dri: upgrade bbappend to 9.0.1 to follow oe-core X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 10:29:53 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard --- recipes-graphics/mesa/mesa-dri_8.0.5.bbappend | 7 ------- recipes-graphics/mesa/mesa-dri_9.0.1.bbappend | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 recipes-graphics/mesa/mesa-dri_8.0.5.bbappend create mode 100644 recipes-graphics/mesa/mesa-dri_9.0.1.bbappend diff --git a/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend deleted file mode 100644 index 8b5cfe6..0000000 --- a/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -PRINC := "${@int(PRINC) + 2}" - -PROVIDES_mx5 = "virtual/libgl" -PROVIDES_mx6 = "virtual/libgl" - -PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" -PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" diff --git a/recipes-graphics/mesa/mesa-dri_9.0.1.bbappend b/recipes-graphics/mesa/mesa-dri_9.0.1.bbappend new file mode 100644 index 0000000..74738ff --- /dev/null +++ b/recipes-graphics/mesa/mesa-dri_9.0.1.bbappend @@ -0,0 +1,7 @@ +PRINC := "${@int(PRINC) + 1}" + +PROVIDES_mx5 = "virtual/libgl" +PROVIDES_mx6 = "virtual/libgl" + +PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}" +PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}" -- 1.7.10.4