lesstif 0.95: Actually install something into staging.
authorRobert Schuster <thebohemian@gmx.net>
Mon, 30 Mar 2009 20:47:58 +0000 (22:47 +0200)
committerRobert Schuster <thebohemian@gmx.net>
Tue, 31 Mar 2009 09:55:04 +0000 (11:55 +0200)
recipes/lesstif/lesstif_0.95.0.bb

index bfc41b8..cb348e7 100644 (file)
@@ -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
+}