aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-24 15:29:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 07:30:39 +0200
commit3e73258bfcda570266628949ee67721a291e4fbf (patch)
tree3258d904a3b1e2bf502d654a616dcf4af43d7b28 /recipes/xorg-lib
parentd6a09af6b84ae0c4121e3619d2f9fe16e6c99ecb (diff)
downloadopenembedded-3e73258bfcda570266628949ee67721a291e4fbf.tar.gz
xtrans convert to BBCLASSEXTEND
* PR will be bumped later with INC_PR conversion * remove original PROVIDES it's not used anywhere and is broken with BBCLASSEXTEND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/xtrans-native/fix-missing-includepath.patch13
-rw-r--r--recipes/xorg-lib/xtrans-native_1.0.3.bb13
-rw-r--r--recipes/xorg-lib/xtrans-native_1.0.4.bb5
-rw-r--r--recipes/xorg-lib/xtrans-native_1.2.1.bb8
-rw-r--r--recipes/xorg-lib/xtrans-native_1.2.3.bb5
-rw-r--r--recipes/xorg-lib/xtrans-native_1.2.5.bb5
-rw-r--r--recipes/xorg-lib/xtrans-sdk_1.0.4.bb8
-rw-r--r--recipes/xorg-lib/xtrans-sdk_1.2.3.bb5
-rw-r--r--recipes/xorg-lib/xtrans_1.0.3.bb2
-rw-r--r--recipes/xorg-lib/xtrans_1.0.4.bb4
-rw-r--r--recipes/xorg-lib/xtrans_1.1.bb2
-rw-r--r--recipes/xorg-lib/xtrans_1.2.1.bb7
-rw-r--r--recipes/xorg-lib/xtrans_1.2.3.bb7
-rw-r--r--recipes/xorg-lib/xtrans_1.2.5.bb7
-rw-r--r--recipes/xorg-lib/xtrans_1.2.bb2
15 files changed, 14 insertions, 79 deletions
diff --git a/recipes/xorg-lib/xtrans-native/fix-missing-includepath.patch b/recipes/xorg-lib/xtrans-native/fix-missing-includepath.patch
deleted file mode 100644
index 043d14f7bf..0000000000
--- a/recipes/xorg-lib/xtrans-native/fix-missing-includepath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- xtrans-X11R7.0-1.0.0/xtrans.pc.in~fix-missing-includepath 2005-07-02 20:00:50.000000000 +0200
-+++ xtrans-X11R7.0-1.0.0/xtrans.pc.in 2006-08-11 19:27:58.000000000 +0200
-@@ -6,4 +6,4 @@
- Name: XTrans
- Description: Abstract network code for X
- Version: @PACKAGE_VERSION@
--Cflags: -I${includedir} -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@
-+Cflags: -I${includedir} -I${includedir}/X11/Xtrans -D_BSD_SOURCE @fchown_define@ @sticky_bit_define@
diff --git a/recipes/xorg-lib/xtrans-native_1.0.3.bb b/recipes/xorg-lib/xtrans-native_1.0.3.bb
deleted file mode 100644
index da6ca9c8dd..0000000000
--- a/recipes/xorg-lib/xtrans-native_1.0.3.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require xtrans_${PV}.bb
-
-DEPENDS = "util-macros-native"
-PE = "1"
-
-XORG_PN = "xtrans"
-
-SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
-
-inherit native
-
-SRC_URI[md5sum] = "bb196907ea1e182dcb396eb22f7d2c1a"
-SRC_URI[sha256sum] = "e1a3c4986f16a5fbca611d0547cc7499a1fa47ca2096593644037e2609363085"
diff --git a/recipes/xorg-lib/xtrans-native_1.0.4.bb b/recipes/xorg-lib/xtrans-native_1.0.4.bb
deleted file mode 100644
index c7988c7264..0000000000
--- a/recipes/xorg-lib/xtrans-native_1.0.4.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require xtrans_${PV}.bb
-
-DEPENDS = "util-macros-native"
-
-inherit native
diff --git a/recipes/xorg-lib/xtrans-native_1.2.1.bb b/recipes/xorg-lib/xtrans-native_1.2.1.bb
deleted file mode 100644
index 66f239078a..0000000000
--- a/recipes/xorg-lib/xtrans-native_1.2.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require xtrans_${PV}.bb
-
-DEPENDS = "util-macros-native"
-
-inherit native
-
-SRC_URI[archive.md5sum] = "96e142331edd498a9364887b2548f1bb"
-SRC_URI[archive.sha256sum] = "9ff21a8d9ea524ca9b7cb6d6b4d522b4cb20b1c35edeb8995a9e9265a0df64bd"
diff --git a/recipes/xorg-lib/xtrans-native_1.2.3.bb b/recipes/xorg-lib/xtrans-native_1.2.3.bb
deleted file mode 100644
index c7988c7264..0000000000
--- a/recipes/xorg-lib/xtrans-native_1.2.3.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require xtrans_${PV}.bb
-
-DEPENDS = "util-macros-native"
-
-inherit native
diff --git a/recipes/xorg-lib/xtrans-native_1.2.5.bb b/recipes/xorg-lib/xtrans-native_1.2.5.bb
deleted file mode 100644
index c7988c7264..0000000000
--- a/recipes/xorg-lib/xtrans-native_1.2.5.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require xtrans_${PV}.bb
-
-DEPENDS = "util-macros-native"
-
-inherit native
diff --git a/recipes/xorg-lib/xtrans-sdk_1.0.4.bb b/recipes/xorg-lib/xtrans-sdk_1.0.4.bb
deleted file mode 100644
index 7e9a8f653d..0000000000
--- a/recipes/xorg-lib/xtrans-sdk_1.0.4.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require xtrans_${PV}.bb
-
-DEPENDS = "util-macros-sdk"
-
-inherit sdk
-
-SRC_URI[archive.md5sum] = "8b36cdf08df12be96615e3d550236626"
-SRC_URI[archive.sha256sum] = "765219fa822edeffb0650e93458e4ebf63c23176e58fce06806fb251fbfe7d8c"
diff --git a/recipes/xorg-lib/xtrans-sdk_1.2.3.bb b/recipes/xorg-lib/xtrans-sdk_1.2.3.bb
deleted file mode 100644
index 9f671180b2..0000000000
--- a/recipes/xorg-lib/xtrans-sdk_1.2.3.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require xtrans_${PV}.bb
-
-DEPENDS = "util-macros-sdk"
-
-inherit sdk
diff --git a/recipes/xorg-lib/xtrans_1.0.3.bb b/recipes/xorg-lib/xtrans_1.0.3.bb
index 30c3d03ba1..74af98bb1e 100644
--- a/recipes/xorg-lib/xtrans_1.0.3.bb
+++ b/recipes/xorg-lib/xtrans_1.0.3.bb
@@ -2,6 +2,8 @@ require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
+BBCLASSEXTEND = "native sdk"
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
PE = "1"
ALLOW_EMPTY = "1"
diff --git a/recipes/xorg-lib/xtrans_1.0.4.bb b/recipes/xorg-lib/xtrans_1.0.4.bb
index de826bb9ba..325ecdc182 100644
--- a/recipes/xorg-lib/xtrans_1.0.4.bb
+++ b/recipes/xorg-lib/xtrans_1.0.4.bb
@@ -2,12 +2,12 @@ require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
+BBCLASSEXTEND = "native sdk"
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
PE = "1"
ALLOW_EMPTY = "1"
-XORG_PN = "xtrans"
-
SRC_URI += "file://fix-missing-includepath.patch"
SRC_URI[archive.md5sum] = "8b36cdf08df12be96615e3d550236626"
diff --git a/recipes/xorg-lib/xtrans_1.1.bb b/recipes/xorg-lib/xtrans_1.1.bb
index 0ec225f7d7..d277ac157a 100644
--- a/recipes/xorg-lib/xtrans_1.1.bb
+++ b/recipes/xorg-lib/xtrans_1.1.bb
@@ -2,6 +2,8 @@ require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
+BBCLASSEXTEND = "native sdk"
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
PE = "1"
ALLOW_EMPTY = "1"
diff --git a/recipes/xorg-lib/xtrans_1.2.1.bb b/recipes/xorg-lib/xtrans_1.2.1.bb
index aabce9954f..a27931b4f7 100644
--- a/recipes/xorg-lib/xtrans_1.2.1.bb
+++ b/recipes/xorg-lib/xtrans_1.2.1.bb
@@ -2,16 +2,13 @@ require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
+BBCLASSEXTEND = "native sdk"
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
PE = "1"
-PR = "r0"
ALLOW_EMPTY = "1"
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans"
-
RDEPENDS_${PN}-dev = ""
-XORG_PN = "xtrans"
-
SRC_URI[archive.md5sum] = "96e142331edd498a9364887b2548f1bb"
SRC_URI[archive.sha256sum] = "9ff21a8d9ea524ca9b7cb6d6b4d522b4cb20b1c35edeb8995a9e9265a0df64bd"
diff --git a/recipes/xorg-lib/xtrans_1.2.3.bb b/recipes/xorg-lib/xtrans_1.2.3.bb
index 9fd3e909dc..9a5ffbc63a 100644
--- a/recipes/xorg-lib/xtrans_1.2.3.bb
+++ b/recipes/xorg-lib/xtrans_1.2.3.bb
@@ -2,16 +2,13 @@ require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
+BBCLASSEXTEND = "native sdk"
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
PE = "1"
-PR = "r0"
ALLOW_EMPTY = "1"
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans"
-
RDEPENDS_${PN}-dev = ""
-XORG_PN = "xtrans"
-
SRC_URI[archive.md5sum] = "f9cf791dfad59cf044e276aab3a71e1d"
SRC_URI[archive.sha256sum] = "a67a8b09d9530021e2bd4b93136f385e72a8d8e4f2c26a99aeb169bee88facf0"
diff --git a/recipes/xorg-lib/xtrans_1.2.5.bb b/recipes/xorg-lib/xtrans_1.2.5.bb
index 7f80205255..011aad9902 100644
--- a/recipes/xorg-lib/xtrans_1.2.5.bb
+++ b/recipes/xorg-lib/xtrans_1.2.5.bb
@@ -2,16 +2,13 @@ require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
+BBCLASSEXTEND = "native sdk"
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
PE = "1"
-PR = "r0"
ALLOW_EMPTY = "1"
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xtrans"
-
RDEPENDS_${PN}-dev = ""
-XORG_PN = "xtrans"
-
SRC_URI[archive.md5sum] = "2d1e57e82acc5f21797e92341415af2f"
SRC_URI[archive.sha256sum] = "cc71a391f4da8176e5daeeac1ddf5137ba5e8d2263cb93a49f9e2a9976b90899"
diff --git a/recipes/xorg-lib/xtrans_1.2.bb b/recipes/xorg-lib/xtrans_1.2.bb
index b5d56ac9f6..a27532ed6f 100644
--- a/recipes/xorg-lib/xtrans_1.2.bb
+++ b/recipes/xorg-lib/xtrans_1.2.bb
@@ -2,6 +2,8 @@ require xorg-lib-common.inc
DESCRIPTION = "network API translation layer to insulate X applications and \
libraries from OS network vageries."
+BBCLASSEXTEND = "native sdk"
+FILESPATHPKG .= ":xtrans-${PV}:xtrans"
PE = "1"
ALLOW_EMPTY = "1"