From 7ac3d6c5fa717dbd30b523e2259f20ced8d0f253 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Mon, 30 Mar 2009 22:47:58 +0200 Subject: lesstif 0.95: Actually install something into staging. --- recipes/lesstif/lesstif_0.95.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes/lesstif/lesstif_0.95.0.bb') 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 +} -- cgit 1.2.3-korg