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/libxp/libxp_cvs.bb | |
parent | f1cad3f16f18fc1d70b20b5955a4be116489addf (diff) |
various packages and bitbake.conf: introduce FREEDESKTOP_CVS and make use of it.
Diffstat (limited to 'packages/libxp/libxp_cvs.bb')
-rw-r--r-- | packages/libxp/libxp_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxp/libxp_cvs.bb b/packages/libxp/libxp_cvs.bb index fa3abb1455..a09e9cb79c 100644 --- a/packages/libxp/libxp_cvs.bb +++ b/packages/libxp/libxp_cvs.bb @@ -6,7 +6,7 @@ SECTION = "libs" DEPENDS = "x11 xext" DESCRIPTION = "X print extension library." -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xp" +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xp" S = "${WORKDIR}/Xp" inherit autotools pkgconfig |