diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2005-03-10 12:44:08 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2005-03-10 12:44:08 +0000 |
commit | f692541aec3b65c816a2e1dc6edc56d257cc8b92 (patch) | |
tree | aab2736b2baeb751b70a48904d986060f28d0c46 /packages/libxcursor/libxcursor_cvs.bb | |
parent | 78a271cec18b56e85326b7e70a9aeceeda7a5fbe (diff) |
CVS version doesn't need the autofoo mumbo anymore
BKrev: 42304118Y_B8CzUyMLXPsIwZ_5G9OA
Diffstat (limited to 'packages/libxcursor/libxcursor_cvs.bb')
-rw-r--r-- | packages/libxcursor/libxcursor_cvs.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/libxcursor/libxcursor_cvs.bb b/packages/libxcursor/libxcursor_cvs.bb index 53d38b830f..96b0da66f6 100644 --- a/packages/libxcursor/libxcursor_cvs.bb +++ b/packages/libxcursor/libxcursor_cvs.bb @@ -7,8 +7,7 @@ DESCRIPTION = "X Cursor library" DEPENDS = "libxfixes" PR = "r2" -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor \ - file://autofoo.patch;patch=1" +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcursor" S = "${WORKDIR}/Xcursor" FILES_${PN} += "${libdir}/libXcursor.so" |