diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-03-14 22:34:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-14 22:34:13 +0000 |
commit | 9e47d0f0ad0f9903550c50fdb59f773ee0b76ab6 (patch) | |
tree | fc2e025013c14d1d55bceeb3f8dbea310e9dab46 /packages/xcalibrate/xcalibrate_cvs.bb | |
parent | 9673c57c71bd1b4ea8ab4736d5732134f2f4de7d (diff) | |
parent | ea6a78777bc9c0a961cd79730da2561c34089362 (diff) |
merge of 256698cb5e6bbc32343fd2d7b714517efc0e3d0c
and 27b9c5adc9f3c8d43d5702469feb4aef564a14c4
Diffstat (limited to 'packages/xcalibrate/xcalibrate_cvs.bb')
-rw-r--r-- | packages/xcalibrate/xcalibrate_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/xcalibrate/xcalibrate_cvs.bb b/packages/xcalibrate/xcalibrate_cvs.bb index ab2b076079..ea69ec6f2d 100644 --- a/packages/xcalibrate/xcalibrate_cvs.bb +++ b/packages/xcalibrate/xcalibrate_cvs.bb @@ -5,7 +5,8 @@ PRIORITY = "optional" DEPENDS = "libx11 xcalibrateext libxext" DESCRIPTION = "XCalibrate client-side library" -SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate" +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \ + file://xextproto.patch;patch=1" S = "${WORKDIR}/XCalibrate" inherit autotools pkgconfig |