diff options
Diffstat (limited to 'packages/qof/qof_0.6.0.bb')
-rw-r--r-- | packages/qof/qof_0.6.0.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/qof/qof_0.6.0.bb b/packages/qof/qof_0.6.0.bb index e43a7e4adf..9c35993cb7 100644 --- a/packages/qof/qof_0.6.0.bb +++ b/packages/qof/qof_0.6.0.bb @@ -1,20 +1,20 @@ -LICENSE = "GPL" HOMEPAGE = "http://qof.sourceforge.net/" +LICENSE = "GPL" DEPENDS = "glib-2.0 libxml2 libtool zlib" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \ - file://fix-includes.patch;patch=1" - - -FILES_${PN} += "/usr/share/xml" -PARALLEL_MAKE="" + file://libsql-no-host-includes.patch;patch=1 \ + file://fix-includes.patch;patch=1 \ + " inherit autotools pkgconfig +PARALLEL_MAKE = "" do_stage() { -autotools_stage_all + autotools_stage_all } +FILES_${PN} += "/usr/share/xml" |