[oe-commits] Robert Schuster : lesstif 0.95: Actually install something into staging.

GIT User account git at amethyst.openembedded.net
Tue Apr 28 12:04:37 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 504781534d3161340e70e6b20d34f4dfed02a985
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=504781534d3161340e70e6b20d34f4dfed02a985

Author: Robert Schuster <thebohemian at gmx.net>
Date:   Mon Mar 30 22:47:58 2009 +0200

lesstif 0.95: Actually install something into staging.

---

 recipes/lesstif/lesstif_0.95.0.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/lesstif/lesstif_0.95.0.bb b/recipes/lesstif/lesstif_0.95.0.bb
index bfc41b8..cb348e7 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
+}





More information about the Openembedded-commits mailing list