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/xev/xev_cvs.bb | |
parent | f1cad3f16f18fc1d70b20b5955a4be116489addf (diff) |
various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it.
Diffstat (limited to 'packages/xev/xev_cvs.bb')
-rw-r--r-- | packages/xev/xev_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/xev/xev_cvs.bb b/packages/xev/xev_cvs.bb index 035e63c855..50c190c173 100644 --- a/packages/xev/xev_cvs.bb +++ b/packages/xev/xev_cvs.bb @@ -7,7 +7,7 @@ SECTION = "x11/base" DEPENDS = "x11 xau" PR = "r1" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xev \ +SRC_URI = "${FREEDESKTOP_CVS}/xapps;module=xev \ file://diet-x11.patch;patch=1" S = "${WORKDIR}/xev" |