diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:48:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:48:06 +0000 |
commit | 28cc6fb0bc0f4ef00e5892969ad22010cc7e9184 (patch) | |
tree | 1370b19a467fb8d46bb51e07099f21150dc20494 /packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb | |
parent | 7a69d9fbf43f30ff2906614f0582814714f8e5e4 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb')
-rw-r--r-- | packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb b/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb index 7c68da1ea8..fecf8763a2 100644 --- a/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb +++ b/packages/sylpheed/sylpheed-claws-plugin-rssyl-0.6_2.4.0.bb @@ -2,5 +2,5 @@ require sylpheed-claws-extra-plugins.inc DEPENDS_append = " libxml2 curl glib-2.0 gtk+" -S = ${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/rssyl-0.6 +S = "${WORKDIR}/sylpheed-claws-extra-plugins-${PV}/rssyl-0.6" |