* [PATCH] autofs: two fixes
@ 2013-06-18 6:32 rongqing.li
2013-06-18 14:11 ` Joe MacDonald
0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2013-06-18 6:32 UTC (permalink / raw)
To: openembedded-devel; +Cc: Joe.macdonald
From: "Roy.Li" <rongqing.li@windriver.com>
autofs's lib sources have a dependency on a number of files that are
generated by rpcgen during buildtime.
fix a typo in configure.in
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
.../autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch | 17 +++++++++++++++++
.../recipes-daemons/autofs/autofs_5.0.7.bb | 2 ++
2 files changed, 19 insertions(+)
create mode 100644 meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
new file mode 100644
index 0000000..eff49f1
--- /dev/null
+++ b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
@@ -0,0 +1,17 @@
+Fix the dependency issue
+
+Upstream-Status: Pending
+
+autofs's lib sources have a dependency on a number of files that are
+generated by rpcgen during buildtime
+
+Signed-off-by: Roy.Li <rongqing.li@windriver.com>
+
+diff -uNr autofs-5.0.7.orig/lib/Makefile autofs-5.0.7/lib/Makefile
+--- autofs-5.0.7.orig/lib/Makefile 2013-02-04 13:41:49.946341454 -0800
++++ autofs-5.0.7/lib/Makefile 2013-02-04 13:42:19.954107635 -0800
+@@ -75,3 +75,4 @@
+ clean:
+ rm -f $(LIB) $(RPCS) $(OBJS) $(YACCSRC) *.output *~
+
++$(OBJS): $(RPCS)
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
index 74a4e68..0c66ebc 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
@@ -59,6 +59,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
file://libtirpc-name-clash-backout.patch \
file://autofs-5.0.7-do-not-check-for-modprobe.patch \
file://fix_disable_ldap.patch \
+ file://autofs-5.0.7-fix-lib-deps.patch \
"
SRC_URI[md5sum] = "bc46838dece83c02d800ff144ed9f431"
@@ -87,6 +88,7 @@ CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
"
do_configure_prepend () {
+ sed -e "s:filagdir:flagdir:" -i configure.in
if [ ! -e acinclude.m4 ]; then
cp aclocal.m4 acinclude.m4
fi
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] autofs: two fixes
2013-06-18 6:32 [PATCH] autofs: two fixes rongqing.li
@ 2013-06-18 14:11 ` Joe MacDonald
0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2013-06-18 14:11 UTC (permalink / raw)
To: rongqing.li; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2749 bytes --]
Merged. I re-generated your autofs-5.0.7-fix-lib-deps.patch just to
pretty it up a bit. Please try to avoid sending patches with timestamps
in the diff.
Thanks, Roy.
-J.
[[PATCH] autofs: two fixes] On 13.06.18 (Tue 14:32) rongqing.li@windriver.com wrote:
> From: "Roy.Li" <rongqing.li@windriver.com>
>
> autofs's lib sources have a dependency on a number of files that are
> generated by rpcgen during buildtime.
>
> fix a typo in configure.in
>
> Signed-off-by: Roy.Li <rongqing.li@windriver.com>
> ---
> .../autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch | 17 +++++++++++++++++
> .../recipes-daemons/autofs/autofs_5.0.7.bb | 2 ++
> 2 files changed, 19 insertions(+)
> create mode 100644 meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
>
> diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
> new file mode 100644
> index 0000000..eff49f1
> --- /dev/null
> +++ b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-lib-deps.patch
> @@ -0,0 +1,17 @@
> +Fix the dependency issue
> +
> +Upstream-Status: Pending
> +
> +autofs's lib sources have a dependency on a number of files that are
> +generated by rpcgen during buildtime
> +
> +Signed-off-by: Roy.Li <rongqing.li@windriver.com>
> +
> +diff -uNr autofs-5.0.7.orig/lib/Makefile autofs-5.0.7/lib/Makefile
> +--- autofs-5.0.7.orig/lib/Makefile 2013-02-04 13:41:49.946341454 -0800
> ++++ autofs-5.0.7/lib/Makefile 2013-02-04 13:42:19.954107635 -0800
> +@@ -75,3 +75,4 @@
> + clean:
> + rm -f $(LIB) $(RPCS) $(OBJS) $(YACCSRC) *.output *~
> +
> ++$(OBJS): $(RPCS)
> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> index 74a4e68..0c66ebc 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.0.7.bb
> @@ -59,6 +59,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.bz2 \
> file://libtirpc-name-clash-backout.patch \
> file://autofs-5.0.7-do-not-check-for-modprobe.patch \
> file://fix_disable_ldap.patch \
> + file://autofs-5.0.7-fix-lib-deps.patch \
> "
>
> SRC_URI[md5sum] = "bc46838dece83c02d800ff144ed9f431"
> @@ -87,6 +88,7 @@ CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
> "
>
> do_configure_prepend () {
> + sed -e "s:filagdir:flagdir:" -i configure.in
> if [ ! -e acinclude.m4 ]; then
> cp aclocal.m4 acinclude.m4
> fi
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-18 14:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 6:32 [PATCH] autofs: two fixes rongqing.li
2013-06-18 14:11 ` Joe MacDonald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox