+++ /dev/null
-SECTION = "unknown"
-require xproto_${PV}.bb
-inherit native
-PROVIDES = ""
+++ /dev/null
-SECTION = "unknown"
-require xproto_cvs.bb
-inherit native
-PROVIDES = ""
+++ /dev/null
-LICENSE= "MIT"
-SECTION = "x11/libs"
-DESCRIPTION = "X protocol and ancillary headers."
-
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto;date=20050226"
-S = "${WORKDIR}/Xproto"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
+++ /dev/null
-SECTION = "x11/libs"
-LICENSE= "MIT"
-DESCRIPTION = "X protocol and ancillary headers."
-
-SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz"
-S = "${WORKDIR}/xproto-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
+++ /dev/null
-PV = "0.0+cvs${SRCDATE}"
-LICENSE= "MIT"
-SECTION = "x11/libs"
-DESCRIPTION = "X protocol and ancillary headers."
-
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xproto"
-S = "${WORKDIR}/Xproto"
-
-inherit autotools pkgconfig
-
-
-do_stage() {
- autotools_stage_all
-}