From b9fff014d9c0662af7e0c8752a36a665f59486be Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Fri, 11 Jan 2013 11:30:17 +0100 Subject: mesa-dri: upgrade bbappend to 9.0.1 to follow oe-core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [YOCTO #3703] Signed-off-by: Eric Bénard Signed-off-by: Otavio Salvador --- 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}" -- cgit v1.2.3-54-g00ecf