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:
af199a3
)
sugar-base: fix python header detection
author
Koen Kooi
<koen@openembedded.org>
Thu, 16 Oct 2008 10:15:11 +0000
(12:15 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 16 Oct 2008 10:15:11 +0000
(12:15 +0200)
packages/sugar/sugar-base_0.82.0.bb
patch
|
blob
|
history
diff --git
a/packages/sugar/sugar-base_0.82.0.bb
b/packages/sugar/sugar-base_0.82.0.bb
index
a32d113
..
7d38d4a
100644
(file)
--- a/
packages/sugar/sugar-base_0.82.0.bb
+++ b/
packages/sugar/sugar-base_0.82.0.bb
@@
-1,7
+1,7
@@
DESCRIPTION = "Sugar base system"
LICENSE = "LGPLv2"
-FILE_PR = "r1
0
"
+FILE_PR = "r1
1
"
DEPENDS = "python-pygtk sugar-toolkit"
RDEPENDS = "librsvg-gtk \
@@
-33,6
+33,13
@@
SRC_URI = "http://dev.laptop.org/pub/sugar/sources/sugar-base/${PN}-${PV}.tar.bz
inherit autotools distutils-base
+SRC_URI += "file://acinclude.m4"
+
+EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
+
+do_configure_prepend() {
+ install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
+}
FILES_${PN} += "${datadir}/${PN} \
${datadir}/dbus-1 \