diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-05 15:55:54 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-11 21:36:47 +0300 |
commit | 5f2e5bc2de084cc731241de39d9241d408d371ad (patch) | |
tree | 6e7150a3fbc14bdce188e38acc333aa35c7f5971 /packages/pimlico/tasks_0.13.bb | |
parent | a09e4457dad0fe20f2085b20212b7e4eafd168a7 (diff) |
tasks: fix building with current libtool
current libtool requires AC_PROG_LIBTOOL in configure.ac
Include it to make libtool/autoconf happy.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'packages/pimlico/tasks_0.13.bb')
-rw-r--r-- | packages/pimlico/tasks_0.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pimlico/tasks_0.13.bb b/packages/pimlico/tasks_0.13.bb index ff8da563e6..37d01d9dcf 100644 --- a/packages/pimlico/tasks_0.13.bb +++ b/packages/pimlico/tasks_0.13.bb @@ -1,4 +1,4 @@ require tasks.inc SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ - file://tasks-owl.diff;patch=1;pnum=0" + file://tasks-owl.diff;patch=1;pnum=0 file://libtool.diff;patch=1;pnum=0" |