mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] SYSREQ library was being included twice
@ 2012-09-20 17:52 Joseph A. Lutz
  2012-09-21 12:53 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph A. Lutz @ 2012-09-20 17:52 UTC (permalink / raw)
  To: ptxdist

From: "Joseph A. Lutz" <joseph.lutz@novatechweb.com>

The library /lib/initng/libsysreq.so was being included into the package
twice. Once it was dependent upon the INITNG_SYSREQ config option, the
other was not.

Signed-off-by: Joseph A. Lutz <joseph.lutz@novatechweb.com>
---
 rules/initng.make | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/initng.make b/rules/initng.make
index e787ab3..65e207a 100644
--- a/rules/initng.make
+++ b/rules/initng.make
@@ -350,7 +350,6 @@ $(STATEDIR)/initng.targetinstall:
 ifdef PTXCONF_INITNG_LOCKFILE
 	@$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/liblockfile.so)
 endif
-	@$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/libsysreq.so)
 
 	@$(call install_copy, initng, 0, 0, 0755, -, /sbin/initng)
 
-- 
1.7.12.1



-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2012-09-21 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-20 17:52 [ptxdist] [PATCH] SYSREQ library was being included twice Joseph A. Lutz
2012-09-21 12:53 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox