* [meta-oe][PATCH 0/3] Small updates for sstate
@ 2012-02-23 23:57 Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 1/3] mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES Martin Jansa
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Martin Jansa @ 2012-02-23 23:57 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 3c50d83184d58eba36f72c7e2e7116d2a8e92a71:
toscoterm: add (2012-02-23 17:57:04 +0100)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/pull
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull
Martin Jansa (3):
mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES
meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFE
meta-oe: include systemd-serialgetty in SIGGEN_EXCLUDERECIPES_ABISAFE
meta-oe/conf/layer.conf | 2 ++
meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
--
1.7.8.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [meta-oe][PATCH 1/3] mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES
2012-02-23 23:57 [meta-oe][PATCH 0/3] Small updates for sstate Martin Jansa
@ 2012-02-23 23:57 ` Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 2/3] meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFE Martin Jansa
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2012-02-23 23:57 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc
index ae1cf00..44de2a2 100644
--- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc
+++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=477ab0a4c8ca64b482b3f2a365d0fdfa"
DEPENDS = "ncurses"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \
file://configure.in.patch \
--
1.7.8.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-oe][PATCH 2/3] meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFE
2012-02-23 23:57 [meta-oe][PATCH 0/3] Small updates for sstate Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 1/3] mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES Martin Jansa
@ 2012-02-23 23:57 ` Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 3/3] meta-oe: include systemd-serialgetty " Martin Jansa
2012-02-24 6:52 ` [meta-oe][PATCH 0/4] Small updates for sstate, added fix for kmod build Martin Jansa
3 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2012-02-23 23:57 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/conf/layer.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 267616b..0a3a9ef 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -22,3 +22,5 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
# other layers.
BBFILE_PRIORITY_openembedded-layer = "6"
+
+SIGGEN_EXCLUDERECIPES_ABISAFE += "pointercal-xinput"
--
1.7.8.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-oe][PATCH 3/3] meta-oe: include systemd-serialgetty in SIGGEN_EXCLUDERECIPES_ABISAFE
2012-02-23 23:57 [meta-oe][PATCH 0/3] Small updates for sstate Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 1/3] mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 2/3] meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFE Martin Jansa
@ 2012-02-23 23:57 ` Martin Jansa
2012-02-24 6:52 ` [meta-oe][PATCH 0/4] Small updates for sstate, added fix for kmod build Martin Jansa
3 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2012-02-23 23:57 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta-oe/conf/layer.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 0a3a9ef..cf13a71 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -23,4 +23,4 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_openembedded-layer = "6"
-SIGGEN_EXCLUDERECIPES_ABISAFE += "pointercal-xinput"
+SIGGEN_EXCLUDERECIPES_ABISAFE += "pointercal-xinput systemd-serialgetty"
--
1.7.8.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [meta-oe][PATCH 0/4] Small updates for sstate, added fix for kmod build
2012-02-23 23:57 [meta-oe][PATCH 0/3] Small updates for sstate Martin Jansa
` (2 preceding siblings ...)
2012-02-23 23:57 ` [meta-oe][PATCH 3/3] meta-oe: include systemd-serialgetty " Martin Jansa
@ 2012-02-24 6:52 ` Martin Jansa
2012-02-24 6:53 ` [meta-oe][PATCH 4/4] kmod: disable man pages generation because we don't have working xsltproc Martin Jansa
3 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2012-02-24 6:52 UTC (permalink / raw)
To: openembedded-devel
First 3 are the same, not resend
Added small fix to disable man in kmod because we don't have working xsltproc
The following changes since commit 3c50d83184d58eba36f72c7e2e7116d2a8e92a71:
toscoterm: add (2012-02-23 17:57:04 +0100)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/pull
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull
Martin Jansa (4):
mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES
meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFE
meta-oe: include systemd-serialgetty in SIGGEN_EXCLUDERECIPES_ABISAFE
kmod: disable man pages generation because we don't have working
xsltproc
meta-oe/conf/layer.conf | 2 +
...-man-page-generation-because-we-don-t-hav.patch | 26 ++++++++++++++++++++
meta-oe/recipes-kernel/kmod/kmod_git.bb | 6 +++-
meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | 2 +-
4 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
--
1.7.8.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* [meta-oe][PATCH 4/4] kmod: disable man pages generation because we don't have working xsltproc
2012-02-24 6:52 ` [meta-oe][PATCH 0/4] Small updates for sstate, added fix for kmod build Martin Jansa
@ 2012-02-24 6:53 ` Martin Jansa
0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2012-02-24 6:53 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
...-man-page-generation-because-we-don-t-hav.patch | 26 ++++++++++++++++++++
meta-oe/recipes-kernel/kmod/kmod_git.bb | 6 +++-
2 files changed, 30 insertions(+), 2 deletions(-)
create mode 100644 meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
diff --git a/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch b/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
new file mode 100644
index 0000000..5361b84
--- /dev/null
+++ b/meta-oe/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
@@ -0,0 +1,26 @@
+From ce6f0cabb65e67dd4d31e1e555db8bc6eaf435d3 Mon Sep 17 00:00:00 2001
+From: Martin Jansa <Martin.Jansa@gmail.com>
+Date: Fri, 24 Feb 2012 07:35:38 +0100
+Subject: [PATCH] man: disable man page generation because we don't have
+ working xsltproc
+
+Upstream-Status: Inappropriate [build system specific change]
+
+Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
+---
+ Makefile.am | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 141c102..a8bdfd1 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,4 +1,4 @@
+-SUBDIRS = . libkmod/docs man
++SUBDIRS = . libkmod/docs
+
+ DISTCLEAN_LOCAL_HOOKS =
+ EXTRA_DIST =
+--
+1.7.8.4
+
diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb
index 14c59a3..c382ffc 100644
--- a/meta-oe/recipes-kernel/kmod/kmod_git.bb
+++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb
@@ -3,13 +3,15 @@ DESCRIPTION = "kmod - handle kernel modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-PR = "r1"
+PR = "r2"
inherit autotools gitpkgv
PKGV = "${GITPKGVTAG}"
SRCREV = "80e54cb675d08f4f81b093a1919465ea86110a3b"
-SRC_URI = "git://git.profusion.mobi/kmod.git"
+SRC_URI = "git://git.profusion.mobi/kmod.git \
+ file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
+"
S = "${WORKDIR}/git"
--
1.7.8.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-02-24 7:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 23:57 [meta-oe][PATCH 0/3] Small updates for sstate Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 1/3] mysql5: PR bump after including *_config in default SSTATE_SCAN_FILES Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 2/3] meta-oe: include pointercal-xinput in SIGGEN_EXCLUDERECIPES_ABISAFE Martin Jansa
2012-02-23 23:57 ` [meta-oe][PATCH 3/3] meta-oe: include systemd-serialgetty " Martin Jansa
2012-02-24 6:52 ` [meta-oe][PATCH 0/4] Small updates for sstate, added fix for kmod build Martin Jansa
2012-02-24 6:53 ` [meta-oe][PATCH 4/4] kmod: disable man pages generation because we don't have working xsltproc Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox