diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 21:49:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 21:49:50 +0000 |
commit | cbf9397bf2055544bc1e0a74b3b67d9f704bb2ff (patch) | |
tree | 2eee614de905a3f6c9d6e9a06c852e3083f0987c /xfixes/xfixes-cvs.oe | |
parent | dc319dc4349825c469e007ccde49415d14385ce6 (diff) |
Merge http://openembedded.bkbits.net/packages
into linux.local:/home/kergoth/code/packages
2004/03/13 16:49:48-05:00 local!kergoth
Use CVSDATE rather than DATE when mangling PV, to ensure fetch behavior is reflected properly in the package version.
BKrev: 405381feUVZPMSYpw2DHs8xlkaULwA
Diffstat (limited to 'xfixes/xfixes-cvs.oe')
-rw-r--r-- | xfixes/xfixes-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfixes/xfixes-cvs.oe b/xfixes/xfixes-cvs.oe index 339df87c49..9615367d8b 100644 --- a/xfixes/xfixes-cvs.oe +++ b/xfixes/xfixes-cvs.oe @@ -1,4 +1,4 @@ -PV = "0.0cvs${DATE}" +PV = "0.0cvs${CVSDATE}" SECTION = "libs" DEPENDS = "virtual/libc x11-cvs fixesext-cvs" PROVIDES = "xfixes" |