diff options
author | Chris Larson <clarson@kergoth.com> | 2005-01-22 05:01:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-01-22 05:01:36 +0000 |
commit | 9e7692a50057f02dfea534229486e8d1d3999b73 (patch) | |
tree | 3d8eafadfc3d1bc4dc134a47a135b83a8bb9898d /packages/cairo/cairo_cvs.bb | |
parent | f6c2412db0be17a141e3a579e68eca006c39619b (diff) |
Fix syntax error in the cairo .bb.
BKrev: 41f1de30Zh0pyV1Dzj3Xz3UW9D9NSA
Diffstat (limited to 'packages/cairo/cairo_cvs.bb')
-rw-r--r-- | packages/cairo/cairo_cvs.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cairo/cairo_cvs.bb b/packages/cairo/cairo_cvs.bb index 45434c3a5c..1a083d0b8c 100644 --- a/packages/cairo/cairo_cvs.bb +++ b/packages/cairo/cairo_cvs.bb @@ -8,8 +8,7 @@ DESCRIPTION = "Cairo graphics library" LICENSE = "MPL LGPL" PR = "r1" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo -\ +SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo \ file://status.patch;patch=1" S = "${WORKDIR}/cairo" |