]> code.ossystems Code Review - openembedded-core.git/commitdiff
empathy: append to EXTRA_OECONF, don't override
authorJoshua Lock <josh@linux.intel.com>
Thu, 14 Jan 2010 12:36:47 +0000 (12:36 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 14 Jan 2010 13:42:16 +0000 (13:42 +0000)
Previous commit overrode EXTRA_OECONF rather than appending

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/telepathy/empathy_2.26.1.bb

index ea119f24ad7f1288264dd42cffcc0f02590f543f..fe506faf14badbdfb414ab6258d7d402f4ec9f2c 100644 (file)
@@ -4,13 +4,13 @@ LICENSE = "GPL"
 DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus"
 RDEPENDS = "telepathy-mission-control"
 RRECOMMENDS = "telepathy-gabble"
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
 PARALLEL_MAKE = ""
 
-EXTRA_OECONF = "--disable-scrollkeeper"
+EXTRA_OECONF += "--disable-scrollkeeper"
 
 PACKAGES =+ "empathy-scrollkeeper-junk"
 FILES_empathy-scrollkeeper-junk = "/var/lib/scrollkeeper"