git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c2412
)
Fix syntax error in the cairo .bb.
author
Chris Larson
<clarson@kergoth.com>
Sat, 22 Jan 2005 05:01:36 +0000
(
05:01
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Sat, 22 Jan 2005 05:01:36 +0000
(
05:01
+0000)
BKrev: 41f1de30Zh0pyV1Dzj3Xz3UW9D9NSA
packages/cairo/cairo_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/cairo/cairo_cvs.bb
b/packages/cairo/cairo_cvs.bb
index
45434c3
..
1a083d0
100644
(file)
--- 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"