diff options
-rw-r--r-- | conf/distro/include/insane-srcrevs.inc | 1 | ||||
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 3 | ||||
-rw-r--r-- | packages/gpephone/linphone_1.5.0.bb | 4 | ||||
-rw-r--r-- | packages/libfakekey/libfakekey_svn.bb | 2 | ||||
-rw-r--r-- | packages/libxml/libxml2_2.6.29.bb | 3 |
5 files changed, 6 insertions, 7 deletions
diff --git a/conf/distro/include/insane-srcrevs.inc b/conf/distro/include/insane-srcrevs.inc index 1be2d6438d..272d19ff6e 100644 --- a/conf/distro/include/insane-srcrevs.inc +++ b/conf/distro/include/insane-srcrevs.inc @@ -82,5 +82,6 @@ SRCREV_pn-xoo ?= "${AUTOREV}" SRCREV_pn-mplayer ?= "${AUTOREV}" SRCREV_pn-usbpath ?= "${AUTOREV}" SRCREV_pn-usbpath-native ?= "${AUTOREV}" +SRCREV_pn-libfakekey ?= "${AUTOREV}" SRCREV ?= "${AUTOREV}" diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 8ba195a6ff..434a109e1e 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -96,7 +96,7 @@ SRCREV_pn-openmoko-appearance ?= "3227" SRCREV_pn-openocd ?= "206" SRCREV_pn-openocd-native ?= "206" SRCREV_pn-psplash ?= "249" -SRCREV_pn-settings-daemon ?= "1615" +SRCREV_pn-settings-daemon ?= "1755" SRCREV_pn-sjf2410-linux-native ?= "933" SRCREV_pn-sphyrna ?= "44" SRCREV_pn-webkit-gtk ?= "26079" @@ -107,4 +107,5 @@ SRCREV_pn-networkmanager-applet ?= "200" SRCREV_pn-libw100 ?= "47" SRCREV_pn-usbpath ?= "3108" SRCREV_pn-usbpath-native ?= "3108" +SRCREV_pn-libfakekey ?= "1455" diff --git a/packages/gpephone/linphone_1.5.0.bb b/packages/gpephone/linphone_1.5.0.bb index 92e08e6183..5ce1c0b58c 100644 --- a/packages/gpephone/linphone_1.5.0.bb +++ b/packages/gpephone/linphone_1.5.0.bb @@ -3,7 +3,7 @@ DESCRIPTION = "SIP-based IP phone" HOMEPAGE = "http://www.linphone.org/?lang=us" LICENSE = "GPLv2" DEPENDS = "libosip2 speex libogg alsa-lib readline" -PR = "r1" +PR = "r2" SRC_URI = "http://download.savannah.nongnu.org/releases/linphone/1.5.x/source/linphone-${PV}.tar.gz \ file://linphone-1.5.0.patch;patch=1 \ @@ -18,7 +18,7 @@ EXTRA_OECONF = "--disable-gnome_ui --disable-gtk-doc --without-ffmpeg \ --with-osip=${STAGING_DIR}/${HOST_SYS} \ --with-readline=${STAGING_DIR}/${HOST_SYS} \ --disable-truespeech --disable-manual \ - --disable-glibtest --disable-glib" + --disable-glibtest --disable-glib --disable-strict" do_configure () { export LIBTOOL="${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool" diff --git a/packages/libfakekey/libfakekey_svn.bb b/packages/libfakekey/libfakekey_svn.bb index 26f282ca08..af7c9bbaad 100644 --- a/packages/libfakekey/libfakekey_svn.bb +++ b/packages/libfakekey/libfakekey_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox keyboard" LICENSE = "GPL" DEPENDS = "libxtst" SECTION = "x11/wm" -PV = "0.0+svnr${SRCREV}" +PV = "0.2+svnr${SRCREV}" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" diff --git a/packages/libxml/libxml2_2.6.29.bb b/packages/libxml/libxml2_2.6.29.bb index 224f3e3b96..12fb6ca08e 100644 --- a/packages/libxml/libxml2_2.6.29.bb +++ b/packages/libxml/libxml2_2.6.29.bb @@ -1,6 +1,3 @@ -# NOTE! This is an update file and will go away when upstream updates -# TODO: send this to upstream - DESCRIPTION = "GNOME XML Parser library" SECTION = "libs" PRIORITY = "optional" |