From: Robert Schuster Date: Mon, 30 Mar 2009 20:47:58 +0000 (+0200) Subject: lesstif 0.95: Actually install something into staging. X-Git-Tag: Release-2010-05/1~3701^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ac3d6c5fa717dbd30b523e2259f20ced8d0f253;p=openembedded.git lesstif 0.95: Actually install something into staging. --- diff --git a/recipes/lesstif/lesstif_0.95.0.bb b/recipes/lesstif/lesstif_0.95.0.bb index bfc41b8f50..cb348e70db 100644 --- a/recipes/lesstif/lesstif_0.95.0.bb +++ b/recipes/lesstif/lesstif_0.95.0.bb @@ -1,7 +1,7 @@ SECTION = "libs" DESCRIPTION = "Free OSM/Motif implementation." LICENSE = "LGPL" -PR = "r0" +PR = "r1" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/lesstif/${BP}.tar.bz2 \ @@ -48,3 +48,6 @@ PACKAGES += "${PN}-bin" FILES_${PN} = "${libdir}" FILES_${PN}-bin = "${bindir}" +do_stage() { + autotools_stage_all +}