diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:14:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:14:27 +0000 |
commit | 6e046c741ac92152f538fda809cc4f786b5412cf (patch) | |
tree | 833a57f4883e6210498dd79b083d93ead9c35e2d /meta | |
parent | b7180969eafc10e06d7ce4eca334f0d5717a75d2 (diff) | |
download | openembedded-core-6e046c741ac92152f538fda809cc4f786b5412cf.tar.gz openembedded-core-6e046c741ac92152f538fda809cc4f786b5412cf.tar.bz2 openembedded-core-6e046c741ac92152f538fda809cc4f786b5412cf.zip |
libxext: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5491 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 DESCRIPTION = "X11 miscellaneous extension library" DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" PROVIDES = "xext" -PR = "r0" PE = "1" -PV = "1.0.99.1+git${SRCREV}" - -SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXext;protocol=git" -S = "${WORKDIR}/git" +PV = "1.0.99.1+gitr${SRCREV}" XORG_PN = "libXext" + +SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" +S = "${WORKDIR}/git/" |