All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][meta-efl][PATCH 0/3] Small changes and EFL bump 20120416
@ 2012-04-16  9:36 Martin Jansa
  2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 1/3] e-base: bump EFL_SRCREV Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2012-04-16  9:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Radek Dostal

The following changes since commit 397dba1ab21184317019e9808a3cc36e61050680:

  systemd: create empty machine-id to fix first boot failures (2012-04-16 11:01:38 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/pull2
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull2

Martin Jansa (2):
  e-base: bump EFL_SRCREV
  pixman: remove IWMMXT setting

Radek Dostal (1):
  lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/

 meta-efl/classes/e-base.bbclass                    |    2 +-
 .../lighttpd/lighttpd/lighttpd.service             |    2 +-
 .../lighttpd/lighttpd_1.4.30.bbappend              |    4 ++--
 .../xorg-lib/pixman_0.25.2.bbappend                |    6 ++----
 4 files changed, 6 insertions(+), 8 deletions(-)

-- 
1.7.8.5




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [meta-oe][meta-efl][PATCH 1/3] e-base: bump EFL_SRCREV
  2012-04-16  9:36 [meta-oe][meta-efl][PATCH 0/3] Small changes and EFL bump 20120416 Martin Jansa
@ 2012-04-16  9:36 ` Martin Jansa
  2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 2/3] pixman: remove IWMMXT setting Martin Jansa
  2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 3/3] lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/ Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-04-16  9:36 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/classes/e-base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass
index 32f0b28..3d7e8d7 100644
--- a/meta-efl/classes/e-base.bbclass
+++ b/meta-efl/classes/e-base.bbclass
@@ -1,6 +1,6 @@
 HOMEPAGE = "http://www.enlightenment.org"
 SRCNAME ?= "${BPN}"
 
-EFL_SRCREV ?= "69500"
+EFL_SRCREV ?= "70165"
 
 ARM_INSTRUCTION_SET = "arm"
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-oe][meta-efl][PATCH 2/3] pixman: remove IWMMXT setting
  2012-04-16  9:36 [meta-oe][meta-efl][PATCH 0/3] Small changes and EFL bump 20120416 Martin Jansa
  2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 1/3] e-base: bump EFL_SRCREV Martin Jansa
@ 2012-04-16  9:36 ` Martin Jansa
  2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 3/3] lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/ Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-04-16  9:36 UTC (permalink / raw)
  To: openembedded-devel

* khem moved it to oe-core and kept it here

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../xorg-lib/pixman_0.25.2.bbappend                |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend
index 4a26ba8..4798eec 100644
--- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
 DEPENDS += "perl-native"
 BBCLASSEXTEND += "native"
 
-PRINC = "7"
+PRINC := "${@int(PRINC) + 8}"
 
 SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch"
 
@@ -11,6 +11,4 @@ NEON = " --disable-arm-neon "
 NEON_armv7a = " "
 NEON_armv7a-vfp-neon = " "
 
-IWMMXT = " --disable-arm-iwmmxt "
-
-EXTRA_OECONF += "${NEON} ${IWMMXT}"
+EXTRA_OECONF += "${NEON}"
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-oe][meta-efl][PATCH 3/3] lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/
  2012-04-16  9:36 [meta-oe][meta-efl][PATCH 0/3] Small changes and EFL bump 20120416 Martin Jansa
  2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 1/3] e-base: bump EFL_SRCREV Martin Jansa
  2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 2/3] pixman: remove IWMMXT setting Martin Jansa
@ 2012-04-16  9:36 ` Martin Jansa
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-04-16  9:36 UTC (permalink / raw)
  To: openembedded-devel

From: Radek Dostal <rd@radekdostal.com>

Signed-off-by: Radek Dostal <rd@radekdostal.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../lighttpd/lighttpd/lighttpd.service             |    2 +-
 .../lighttpd/lighttpd_1.4.30.bbappend              |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service b/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service
index 18b752f..f4564f3 100644
--- a/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service
+++ b/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service
@@ -5,7 +5,7 @@ After=syslog.target
 [Service]
 Type=oneshot
 EnvironmentFile=-/etc/sysconfig/lighttpd
-ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
+ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf
 RemainAfterExit=yes
 
 [Install]
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
index 5449b1a..1341405 100644
--- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
+++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS := "${THISDIR}/${PN}"
- 
-PRINC = "2"
+
+PRINC := "${@int(PRINC) + 3}"
 
 inherit systemd
 
-- 
1.7.8.5




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-16  9:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16  9:36 [meta-oe][meta-efl][PATCH 0/3] Small changes and EFL bump 20120416 Martin Jansa
2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 1/3] e-base: bump EFL_SRCREV Martin Jansa
2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 2/3] pixman: remove IWMMXT setting Martin Jansa
2012-04-16  9:36 ` [meta-oe][meta-efl][PATCH 3/3] lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/ Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.