diff options
| -rw-r--r-- | meta/packages/xorg-lib/libxext_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/packages/xorg-lib/libxext_git.bb b/meta/packages/xorg-lib/libxext_git.bb index 4c59f3d368..1cd9ebd937 100644 --- a/meta/packages/xorg-lib/libxext_git.bb +++ b/meta/packages/xorg-lib/libxext_git.bb | |||
| @@ -3,11 +3,10 @@ require xorg-lib-common.inc | |||
| 3 | DESCRIPTION = "X11 miscellaneous extension library" | 3 | DESCRIPTION = "X11 miscellaneous extension library" |
| 4 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" | 4 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" |
| 5 | PROVIDES = "xext" | 5 | PROVIDES = "xext" |
| 6 | PR = "r0" | ||
| 7 | PE = "1" | 6 | PE = "1" |
| 8 | PV = "1.0.99.1+git${SRCREV}" | 7 | PV = "1.0.99.1+gitr${SRCREV}" |
| 9 | |||
| 10 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXext;protocol=git" | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 8 | ||
| 13 | XORG_PN = "libXext" | 9 | XORG_PN = "libXext" |
| 10 | |||
| 11 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" | ||
| 12 | S = "${WORKDIR}/git/" | ||
