diff options
author | Rene Wagner <rw@handhelds.org> | 2006-02-20 21:03:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-20 21:03:49 +0000 |
commit | e1a2d999dae61534f9d3fb45dd9c6e58f36403bb (patch) | |
tree | 95128cde9de054842718a2d7d077f43d44c41243 /packages/xaw | |
parent | f1cad3f16f18fc1d70b20b5955a4be116489addf (diff) |
various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it.
Diffstat (limited to 'packages/xaw')
-rw-r--r-- | packages/xaw/xaw_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xaw/xaw_cvs.bb b/packages/xaw/xaw_cvs.bb index ade2156cef..71d4f915ee 100644 --- a/packages/xaw/xaw_cvs.bb +++ b/packages/xaw/xaw_cvs.bb @@ -6,7 +6,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" DEPENDS = "xproto x11 xt xmu xpm" DESCRIPTION = "X Athena Widgets library" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xaw" +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xaw" S = "${WORKDIR}/Xaw" inherit autotools pkgconfig |