diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-03 02:00:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-03 02:00:14 +0000 |
commit | bcfa78f820ec3fed1e9ddf2601cc89647010194d (patch) | |
tree | 07df27926545bcd7ef475a0da55051d644648897 /test~ | |
parent | 4c38a2fbd25e6490d6d6c420ea11c751d0caa1dd (diff) |
glibc-2.3.1.oe:
Attempt to make use of patcher oeclass to apply the debian patch
evalnow-1.0.oe:
Add comments on use of evalnow test
BKrev: 3edc012e4C9mcM9pfjR9NRz-x4If4A
Diffstat (limited to 'test~')
-rw-r--r-- | test~/evalnow-1.0.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test~/evalnow-1.0.oe b/test~/evalnow-1.0.oe index e69de29bb2..b0ebb54aa4 100644 --- a/test~/evalnow-1.0.oe +++ b/test~/evalnow-1.0.oe @@ -0,0 +1,7 @@ +# Try 'oebuild showenv evalnow-1.0.oe' + +EVAL_A='a' +EVAL_B='b' +EVAL_C='a is ${EVAL_A}' +EVAL_CNOW:='a(now) is ${EVAL_A}' +EVAL_A='a two' |