diff options
author | Chris Larson <clarson@mvista.com> | 2009-02-26 15:18:18 -0800 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2009-03-21 19:58:21 -0700 |
commit | 8269e0572c5e27fdf6fd166866b7b3c02fe03ac9 (patch) | |
tree | e01f2bbc0e0eed05310554d00067f12558e2981e /recipes | |
parent | c170ace0455882aa04960291d78fcdba6d69318d (diff) |
omext: Unbork the S variable.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openmoko-3rdparty/omext_0.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/openmoko-3rdparty/omext_0.2.bb b/recipes/openmoko-3rdparty/omext_0.2.bb index 203b84e3df..96f7ff51f6 100644 --- a/recipes/openmoko-3rdparty/omext_0.2.bb +++ b/recipes/openmoko-3rdparty/omext_0.2.bb @@ -7,6 +7,4 @@ SRC_URI = "http://www.devzero.net/openmoko/dist/omext-${PV}.tar.gz" inherit autotools pkgconfig -S = "{WORKDIR}/openmoko-extensionhandler" - - +S = "${WORKDIR}/openmoko-extensionhandler" |