X11R7.2 preparation: xorg-proto
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 28 Mar 2007 09:54:20 +0000 (09:54 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 28 Mar 2007 09:54:20 +0000 (09:54 +0000)
- add individual release support to xorg-proto-common.inc
- add new X11R7.2 releases (individual release versions)

packages/xorg-proto/glproto_1.4.8.bb [new file with mode: 0644]
packages/xorg-proto/xorg-proto-common.inc
packages/xorg-proto/xproto_7.0.10.bb [new file with mode: 0644]

diff --git a/packages/xorg-proto/glproto_1.4.8.bb b/packages/xorg-proto/glproto_1.4.8.bb
new file mode 100644 (file)
index 0000000..7a4888d
--- /dev/null
@@ -0,0 +1,6 @@
+require xorg-proto-common.inc
+PE="1"
+
+#DESCRIPTION = ""
+
+#DEPENDS += " "
index 017e875..1dc4f12 100644 (file)
@@ -5,7 +5,8 @@ LICENSE = "MIT-X"
 
 #DEPENDS = ""
 XORG_PN = "${PN}"
-SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/proto/${XORG_PN}-${PV}.tar.bz2"
+XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}"
+SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/proto/${XORG_PN}-${PV}.tar.bz2"
 S = "${WORKDIR}/${XORG_PN}-${PV}"
 
 inherit autotools pkgconfig
diff --git a/packages/xorg-proto/xproto_7.0.10.bb b/packages/xorg-proto/xproto_7.0.10.bb
new file mode 100644 (file)
index 0000000..3f598df
--- /dev/null
@@ -0,0 +1,6 @@
+require xorg-proto-common.inc
+PE = "1"
+
+#DESCRIPTION = ""
+
+#DEPENDS += " "