From ed874edc9f116fe5a9f9cc7ecf5c66ab997ef751 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 24 Nov 2010 11:17:28 -0800 Subject: xtrans: Update to version 1.2.6 Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-lib/xtrans_1.2.5.bb | 15 --------------- meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/xtrans_1.2.5.bb create mode 100644 meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.2.5.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.2.5.bb deleted file mode 100644 index 52609b7e2b..0000000000 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.2.5.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "network API translation layer to insulate X applications and \ -libraries from OS network vageries." - -require xorg-lib-common.inc - -LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=e334229ea6378ccb4a6202d7b715831c" - -PE = "1" -PR = "r0" - -RDEPENDS_${PN}-dev = "" -DEPENDS += "gettext" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb new file mode 100644 index 0000000000..a6e9febbf1 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "network API translation layer to insulate X applications and \ +libraries from OS network vageries." + +require xorg-lib-common.inc + +LICENSE = "MIT & MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" + +PE = "1" +PR = "r0" + +RDEPENDS_${PN}-dev = "" +DEPENDS += "gettext" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf