aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lesstif/lesstif_0.95.0.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-03-30 22:47:58 +0200
committerRobert Schuster <thebohemian@gmx.net>2009-03-31 11:55:04 +0200
commit7ac3d6c5fa717dbd30b523e2259f20ced8d0f253 (patch)
treed97aa409693401ceee398352518de67c76c5a788 /recipes/lesstif/lesstif_0.95.0.bb
parenta0ac8cfacc3ae40983d47f8878d1697389f35de8 (diff)
downloadopenembedded-7ac3d6c5fa717dbd30b523e2259f20ced8d0f253.tar.gz
lesstif 0.95: Actually install something into staging.
Diffstat (limited to 'recipes/lesstif/lesstif_0.95.0.bb')
-rw-r--r--recipes/lesstif/lesstif_0.95.0.bb5
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 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
+}