diff options
author | Robert Bradford <rob@openedhand.com> | 2008-02-27 15:43:17 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2008-02-27 15:43:17 +0000 |
commit | a7218977a4999b90921e289581580fdb6631017a (patch) | |
tree | b5c74e6111495bc758c70b24d29474140dd41c2e /meta/packages | |
parent | ddb23648271561977518e6658b8bd4d8ba24081c (diff) | |
download | poky-a7218977a4999b90921e289581580fdb6631017a.tar.gz |
Bump PR for 0.8 and also add patch to the SVN version.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3873 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pimlico/contacts_0.8.bb | 2 | ||||
-rw-r--r-- | meta/packages/pimlico/contacts_svn.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/pimlico/contacts_0.8.bb b/meta/packages/pimlico/contacts_0.8.bb index fac3dabb23..ba2cb1e3c3 100644 --- a/meta/packages/pimlico/contacts_0.8.bb +++ b/meta/packages/pimlico/contacts_0.8.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require contacts.inc | 1 | require contacts.inc |
2 | 2 | ||
3 | PR="r1" | 3 | PR="r2" |
4 | 4 | ||
5 | 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 \ |
6 | file://stock_contact.png \ | 6 | file://stock_contact.png \ |
diff --git a/meta/packages/pimlico/contacts_svn.bb b/meta/packages/pimlico/contacts_svn.bb index 0257046e88..948f56521a 100644 --- a/meta/packages/pimlico/contacts_svn.bb +++ b/meta/packages/pimlico/contacts_svn.bb | |||
@@ -12,6 +12,7 @@ SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | |||
12 | file://stock_contact.png \ | 12 | file://stock_contact.png \ |
13 | file://stock_person.png \ | 13 | file://stock_person.png \ |
14 | file://contacts-owl-window-menu.patch;patch=1 \ | 14 | file://contacts-owl-window-menu.patch;patch=1 \ |
15 | file://contacts-focus-avoidance.patch;patch=1 \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | S = "${WORKDIR}/trunk" | 18 | S = "${WORKDIR}/trunk" |