diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
commit | f6c111ef94b3b2e609b43fe0958cba4808d38c16 (patch) | |
tree | 2e87f8388d2c4d48da9801f674b60e1cdb9f78f6 /packages/maemo/osso-app-killer_0.4-3.bb | |
parent | 24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/maemo/osso-app-killer_0.4-3.bb')
-rw-r--r-- | packages/maemo/osso-app-killer_0.4-3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/maemo/osso-app-killer_0.4-3.bb b/packages/maemo/osso-app-killer_0.4-3.bb index e531120956..96de1cd03a 100644 --- a/packages/maemo/osso-app-killer_0.4-3.bb +++ b/packages/maemo/osso-app-killer_0.4-3.bb @@ -5,7 +5,7 @@ DEPENDS = "libosso" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz" -S = ${WORKDIR}/${PN}-0.4 +S = "${WORKDIR}/${PN}-0.4" inherit autotools pkgconfig |