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:
ebe16df
)
libtelepathy: stage headers (from poky)
author
Koen Kooi
<koen@openembedded.org>
Fri, 27 Apr 2007 15:48:42 +0000
(15:48 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 27 Apr 2007 15:48:42 +0000
(15:48 +0000)
packages/telepathy/libtelepathy_0.0.53.bb
patch
|
blob
|
history
diff --git
a/packages/telepathy/libtelepathy_0.0.53.bb
b/packages/telepathy/libtelepathy_0.0.53.bb
index
fe409d3
..
f3e4f37
100644
(file)
--- a/
packages/telepathy/libtelepathy_0.0.53.bb
+++ b/
packages/telepathy/libtelepathy_0.0.53.bb
@@
-1,11
+1,15
@@
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
DEPENDS = "glib-2.0 dbus"
-LICENSE = "lgpl"
+LICENSE = "LGPL"
+PR = "r1"
SRC_URI = "http://telepathy.freedesktop.org/releases/libtelepathy/libtelepathy-${PV}.tar.gz"
inherit autotools pkgconfig
-
FILES_${PN} += "${datadir}/telepathy \
${datadir}/dbus-1"
+
+do_stage() {
+ autotools_stage_all
+}