git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ac8cf
)
lesstif 0.95: Actually install something into staging.
author
Robert Schuster
<thebohemian@gmx.net>
Mon, 30 Mar 2009 20:47:58 +0000
(22:47 +0200)
committer
Robert Schuster
<thebohemian@gmx.net>
Tue, 31 Mar 2009 09:55:04 +0000
(11:55 +0200)
recipes/lesstif/lesstif_0.95.0.bb
patch
|
blob
|
history
diff --git
a/recipes/lesstif/lesstif_0.95.0.bb
b/recipes/lesstif/lesstif_0.95.0.bb
index
bfc41b8
..
cb348e7
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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
+}