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:
9c7e8b3
)
libhildonfm: symlink headers to provide compat between different maemo versions
author
Koen Kooi
<koen@openembedded.org>
Mon, 12 Nov 2007 12:05:55 +0000
(12:05 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 12 Nov 2007 12:05:55 +0000
(12:05 +0000)
packages/maemo3/libhildonfm_1.9.41.bb
patch
|
blob
|
history
diff --git
a/packages/maemo3/libhildonfm_1.9.41.bb
b/packages/maemo3/libhildonfm_1.9.41.bb
index
de1bb3d
..
777b2a4
100644
(file)
--- a/
packages/maemo3/libhildonfm_1.9.41.bb
+++ b/
packages/maemo3/libhildonfm_1.9.41.bb
@@
-3,7
+3,7
@@
DESCRIPTION = "Nokia hildon filemanager library"
DEPENDS = "hildon-thumbnail mce-dev libhildonmime osso-gwconnect hildon-libs osso-thumbnail"
-PR = "r
0
"
+PR = "r
1
"
SRC_URI = "http://repository.maemo.org/pool/sardine/main/source/libh/libhildonfm/libhildonfm_${PV}.tar.gz \
file://hildonfm-ifdef-maemogtk.diff;patch=1 \
@@
-24,6
+24,7
@@
PARALLEL_MAKE = ""
do_stage() {
autotools_stage_all
+ ln -sf ${STAGING_INCDIR}/hildon-fm-2/hildon/* ${STAGING_INCDIR}/hildon-widgets/
}