diff options
Diffstat (limited to 'packages/ewl')
-rw-r--r-- | packages/ewl/ewl_0.0.4.004.bb (renamed from packages/ewl/ewl_0.0.4.003.bb) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/ewl/ewl_0.0.4.003.bb b/packages/ewl/ewl_0.0.4.004.bb index 445a9d376f..f309169dfa 100644 --- a/packages/ewl/ewl_0.0.4.003.bb +++ b/packages/ewl/ewl_0.0.4.004.bb @@ -1,7 +1,9 @@ DESCRIPTION = "The Enlightened Widget Library, \ a simple-to-use general purpose widget library based on the enlightenment foundation libraries." SECTION = "e/libs" -DEPENDS = "edb eet evas ecore etox edje" +DEPENDS = "edb eet virtual/evas virtual/ecore etox edje" +HOMEPAGE = "http://www.enlightenment.org" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" LICENSE = "MIT" PR = "r0" @@ -11,6 +13,8 @@ S = "${WORKDIR}/ewl-${PV}" inherit autotools binconfig +PARALLEL_MAKE = "" + do_stage () { oe_libinstall -C src libewl ${STAGING_LIBDIR}/ install -m 0644 ${S}/src/lib/Ewl.h ${STAGING_INCDIR}/ |