diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-05-03 23:34:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-03 23:34:28 +0000 |
commit | 1b506a31ec25abe651d5b431b8a10956bc569517 (patch) | |
tree | 89e11c90bd547b33b2b2aa61426dd3b97ca79105 /packages/xproto | |
parent | 59a30d011ab87e0c548218ae5f4cfc76f3b18e64 (diff) |
xorg SRC_URIs: some updates after upstream renamed things (add X11R7 into filenames/checkout diectories). There will be other packages suffering this problem. Also add missing kbproto DEPENDS to libxt.
Diffstat (limited to 'packages/xproto')
-rw-r--r-- | packages/xproto/proto-common.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/xproto/proto-common.inc b/packages/xproto/proto-common.inc index 4a712a810a..f35a791171 100644 --- a/packages/xproto/proto-common.inc +++ b/packages/xproto/proto-common.inc @@ -3,7 +3,9 @@ SECTION = "x11/libs" LICENSE= "MIT-X" #MAINTAINER = "" -SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/${PN}-${PV}.tar.bz2" +SRC_URI = "${XORG_MIRROR}/X11R7.0/src/proto/${PN}-X11R7.0-${PV}.tar.bz2" + +S = "${WORKDIR}/${PN}-X11R7.0-${PV}" inherit autotools pkgconfig |