From a7c5cc93c113bb587afd1e12dfd4df6cf4bc4c5b Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Tue, 1 Dec 2009 16:53:57 +0000 Subject: sane-srcrevs: bump mokonnect to have fix for python-elementary callbacks included Signed-off-by: Klaus Kurzmann --- conf/distro/include/sane-srcrevs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 44db698ecf..39b1ce4dcb 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -190,7 +190,7 @@ SRCREV_pn-mobile-broadband-provider-info ?= "bc536218490377ccbd09c4e5858d37c91c2 SRCREV_pn-moblin-proto ?= "8f2cb524fe06555182c25b4ba3202d7b368ac0ce" SRCREV_pn-moko-gtk-engine ?= "4734" SRCREV_pn-mokoko ?= "127" -SRCREV_pn-mokonnect ?= "112" +SRCREV_pn-mokonnect ?= "113" SRCREV_pn-mpd-alsa ?= "6952" SRCREV_pn-mplayer-maemo ?= "342" SRCREV_pn-msn-pecan ?= "e795b33b29d792f19fcf699275eb966dc68be257" -- cgit v1.2.3 From 1fb08cba8512dfa35ec219138984d84b40d78e86 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Tue, 1 Dec 2009 16:53:48 +0000 Subject: shr-settings: add python-pexcept to RDEPENDS Signed-off-by: Klaus Kurzmann --- recipes/shr/shr-settings_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb index 7d34a7f487..4ae6e96882 100644 --- a/recipes/shr/shr-settings_git.bb +++ b/recipes/shr/shr-settings_git.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Modular settings application for SHR based on python-elementary" HOMEPAGE = "http://shr-project.org" SHR_RELEASE ?= "shr" LICENSE ?= "GPL" -RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils" +RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexcept" SECTION = "x11/application" PE = "1" PV = "0.1.1+gitr${SRCREV}" -PR = "r7" +PR = "r8" inherit setuptools -- cgit v1.2.3 From 5847018a65d40c18d7b3afbeba26148ba0e8af3e Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Tue, 1 Dec 2009 08:33:37 +0000 Subject: task-shr-feed: add python-wifi to the feed Signed-off-by: Klaus Kurzmann --- recipes/tasks/task-shr-feed.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 2ed5ac898e..17787d926f 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -29,6 +29,7 @@ RDEPENDS_${PN} += "\ omview \ python-elementary \ pythm \ + python-wifi \ openmoko-agpsui \ openvpn \ # shr-config \ -- cgit v1.2.3 From 373e62c216704b7247e6d949398a998faa557490 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Tue, 1 Dec 2009 23:46:36 +0100 Subject: gpe-bootsplash_1.15: prevent the make install from stripping the binary. --- recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb index c947587207..9e705fe8f8 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb @@ -4,11 +4,13 @@ DEPENDS = "gtk+ libsvg-cairo" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r9" +PR = "r10" SRC_URI += "file://splash-p.svg \ file://splash-l.svg \ - file://init.patch;patch=1" + file://init.patch;patch=1 \ + file://no-strip-on-install.patch;patch=1" + FILES_${PN} += "${datadir}/gpe" -- cgit v1.2.3 From a7430b17d09a8ae2afec674df0572c2a1ccead7a Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 2 Dec 2009 00:30:17 +0100 Subject: gpe-bootsplash_1.15: actually add the no-strip patch... --- recipes/gpe-bootsplash/files/no-strip-on-install.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/gpe-bootsplash/files/no-strip-on-install.patch diff --git a/recipes/gpe-bootsplash/files/no-strip-on-install.patch b/recipes/gpe-bootsplash/files/no-strip-on-install.patch new file mode 100644 index 0000000000..8ad5c59555 --- /dev/null +++ b/recipes/gpe-bootsplash/files/no-strip-on-install.patch @@ -0,0 +1,11 @@ +--- gpe-bootsplash-1.15/Makefile.old 2005-11-04 23:46:57.000000000 +0100 ++++ gpe-bootsplash-1.15/Makefile 2009-12-01 23:39:18.000000000 +0100 +@@ -19,7 +19,7 @@ + mkdir -p $(DESTDIR)/etc/init.d + cp gpe-bootsplash.init $(DESTDIR)/etc/init.d/gpe-bootsplash + #install -m 644 $(SPLASH) $(DESTDIR)/usr/share/gpe/splash.png +- install -s gpe-bootsplash $(DESTDIR)/usr/bin/ ++ install gpe-bootsplash $(DESTDIR)/usr/bin/ + ln -sf ../init.d/gpe-bootsplash $(DESTDIR)/etc/rcS.d/S00bootsplash + + clean: -- cgit v1.2.3 From 88eaa75372c97aa6182ac24270b77734e2b22fe5 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 2 Dec 2009 01:15:31 +0100 Subject: gpe-bootsplash: apply no-strip-on-install patch to the older releases. --- recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb | 6 ++++-- recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb index 6f54eadad0..54a35a4b6a 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb @@ -4,9 +4,11 @@ DEPENDS = "gtk+ librsvg" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r2" +PR = "r3" -SRC_URI += "file://splash-p.svg file://splash-l.svg" +SRC_URI += "file://splash-p.svg \ + file://splash-l.svg \ + file://no-strip-on-install.patch;patch=1" FILES_${PN} += "${datadir}/gpe" diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb index 414041dbcb..9b27cdad83 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb @@ -4,12 +4,14 @@ DEPENDS = "gtk+ libsvg-cairo" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r6" +PR = "r7" SRC_URI += "file://splash-p.svg file://splash-l.svg \ file://c7x0-rotation.patch;patch=1 \ file://cxx0-rotation.patch;patch=1 \ - file://cairofix.patch;patch=1" + file://cairofix.patch;patch=1 \ + file://no-strip-on-install.patch;patch=1" + SRC_URI_append_mnci = " file://mnci.patch;patch=1" FILES_${PN} += "${datadir}/gpe" -- cgit v1.2.3