diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-11 18:00:41 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-11 18:00:41 +0000 |
commit | 2b5ffbcc8810b661e0682249a61e2f46c315b94a (patch) | |
tree | e12cc53f1c21d5546fa4beac88bedf015325b7b6 /meta/packages/pimlico | |
parent | c48757beab1ff4eab6b57d492241d46c59854071 (diff) | |
download | poky-2b5ffbcc8810b661e0682249a61e2f46c315b94a.tar.gz |
contacts: disable schemas installation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3759 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pimlico')
-rw-r--r-- | meta/packages/pimlico/contacts.inc | 2 | ||||
-rw-r--r-- | meta/packages/pimlico/contacts_0.8.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/pimlico/contacts.inc b/meta/packages/pimlico/contacts.inc index 5fa493fab3..4f4cb29732 100644 --- a/meta/packages/pimlico/contacts.inc +++ b/meta/packages/pimlico/contacts.inc | |||
@@ -6,6 +6,8 @@ RDEPENDS = "libedata-book" | |||
6 | 6 | ||
7 | inherit autotools pkgconfig | 7 | inherit autotools pkgconfig |
8 | 8 | ||
9 | EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1" | ||
10 | |||
9 | do_install_append () { | 11 | do_install_append () { |
10 | install -d ${D}/${datadir}/pixmaps | 12 | install -d ${D}/${datadir}/pixmaps |
11 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps | 13 | install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps |
diff --git a/meta/packages/pimlico/contacts_0.8.bb b/meta/packages/pimlico/contacts_0.8.bb index b215f07921..d00752b9c4 100644 --- a/meta/packages/pimlico/contacts_0.8.bb +++ b/meta/packages/pimlico/contacts_0.8.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require contacts.inc | 1 | require contacts.inc |
2 | 2 | ||
3 | PR="r1" | ||
4 | |||
3 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ | 5 | SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \ |
4 | file://stock_contact.png \ | 6 | file://stock_contact.png \ |
5 | file://stock_person.png \ | 7 | file://stock_person.png \ |