diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-02 04:08:55 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-02 04:08:55 +0000 |
commit | 833984bc870888351fff29c6bc832e291fcd871d (patch) | |
tree | f2597d89e1f35deaad3bbe659ce20c7c9e137ede /tslib | |
parent | 8149175b4d2298e25ae77cf7a139573cbafc196e (diff) |
tslib.oe:
Add the date to PV for tslib, as its cvs.
ckermit_209.oe:
Fix ckermit's do_install.. wasnt creating the dirs it needed prior to the make call.
BKrev: 3fa48357wII4fboBTNd3Iw-dJn4SOw
Diffstat (limited to 'tslib')
-rw-r--r-- | tslib/tslib.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tslib/tslib.oe b/tslib/tslib.oe index d38cba9b97..6178a81779 100644 --- a/tslib/tslib.oe +++ b/tslib/tslib.oe @@ -1,3 +1,5 @@ +PV=${DATE} + DEPENDS = virtual/libc RDEPENDS = libc6 |