diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-14 12:36:47 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-14 13:42:16 +0000 |
commit | 6816e5a653ab1cef385c7fc4898cd55d9ae3b92c (patch) | |
tree | 39e848335c6594f1dc5caa00599e72994fbb8548 /meta/packages/telepathy | |
parent | 7b41d2b3d1573222638267a7f19c67e8ddfa7586 (diff) | |
download | poky-6816e5a653ab1cef385c7fc4898cd55d9ae3b92c.tar.gz |
empathy: append to EXTRA_OECONF, don't override
Previous commit overrode EXTRA_OECONF rather than appending
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/telepathy')
-rw-r--r-- | meta/packages/telepathy/empathy_2.26.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/telepathy/empathy_2.26.1.bb b/meta/packages/telepathy/empathy_2.26.1.bb index ea119f24ad..fe506faf14 100644 --- a/meta/packages/telepathy/empathy_2.26.1.bb +++ b/meta/packages/telepathy/empathy_2.26.1.bb | |||
@@ -4,13 +4,13 @@ LICENSE = "GPL" | |||
4 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" | 4 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" |
5 | RDEPENDS = "telepathy-mission-control" | 5 | RDEPENDS = "telepathy-mission-control" |
6 | RRECOMMENDS = "telepathy-gabble" | 6 | RRECOMMENDS = "telepathy-gabble" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | inherit gnome | 9 | inherit gnome |
10 | 10 | ||
11 | PARALLEL_MAKE = "" | 11 | PARALLEL_MAKE = "" |
12 | 12 | ||
13 | EXTRA_OECONF = "--disable-scrollkeeper" | 13 | EXTRA_OECONF += "--disable-scrollkeeper" |
14 | 14 | ||
15 | PACKAGES =+ "empathy-scrollkeeper-junk" | 15 | PACKAGES =+ "empathy-scrollkeeper-junk" |
16 | FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper" | 16 | FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper" |