From 86e45a8c0c7a2430da209c650947f8cff3f8cc6b Mon Sep 17 00:00:00 2001 From: Enric Balletbo i Serra Date: Thu, 9 Jul 2009 20:35:30 +0200 Subject: libowl: Use autotools_stage instead of broken custom staging function This patch also fixes claws-mail, leafpad, pcmanfm, pimlico and puzzles recipes using the proper include for owlwindowmenu.h Signed-off-by: Enric Balletbo i Serra Signed-off-by: Richard Purdie --- meta/packages/libowl/libowl_svn.bb | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'meta/packages/libowl/libowl_svn.bb') diff --git a/meta/packages/libowl/libowl_svn.bb b/meta/packages/libowl/libowl_svn.bb index c6aacdf75..80dcb6b86 100644 --- a/meta/packages/libowl/libowl_svn.bb +++ b/meta/packages/libowl/libowl_svn.bb @@ -21,19 +21,4 @@ SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" S = "${WORKDIR}/${PN}" -inherit autotools pkgconfig - -do_compile_prepend() { - # have to unstage the library first so that the tests build - rm -f ${STAGING_LIBDIR}/libowl.* - rm -f ${STAGING_INCDIR}/owl*.h -} - -do_stage() { - headers=`eval ls libowl/owl*.h` - for header in $headers; do - hdr_base=`eval basename $header` - install -m 644 $header ${STAGING_INCDIR}/$hdr_base - done - install -m 644 libowl/.libs/libowl.a ${STAGING_LIBDIR}/ -} +inherit autotools_stage pkgconfig -- cgit v1.2.3