Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] unionfs: add missing dependency on host-pkg-config
@ 2012-09-21 10:45 Arnout Vandecappelle
  2012-09-21 11:03 ` Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Arnout Vandecappelle @ 2012-09-21 10:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
How was this never caught by the autobuilders?  Do they happen to
build host-pkg-config most of the time?  If so, maybe we should make
the randpackageconfig select a smaller number of packages to increase
the chance of finding this kind of issue...

 package/unionfs/unionfs.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/unionfs/unionfs.mk b/package/unionfs/unionfs.mk
index e2ffd72..eb8109e 100644
--- a/package/unionfs/unionfs.mk
+++ b/package/unionfs/unionfs.mk
@@ -7,7 +7,7 @@
 UNIONFS_VERSION = 0.26
 UNIONFS_SITE = http://podgorny.cz/unionfs-fuse/releases
 UNIONFS_SOURCE = unionfs-fuse-$(UNIONFS_VERSION).tar.xz
-UNIONFS_DEPENDENCIES = libfuse
+UNIONFS_DEPENDENCIES = libfuse host-pkg-config
 UNIONFS_LICENSE = BSD-3c
 UNIONFS_LICENSE_FILES = LICENSE
 
-- 
tg: (669d07b..) t/unionfs-host-pkg-config (depends on: master)

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

end of thread, other threads:[~2012-09-22 19:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 10:45 [Buildroot] [PATCH] unionfs: add missing dependency on host-pkg-config Arnout Vandecappelle
2012-09-21 11:03 ` Gustavo Zacarias
2012-09-21 11:14   ` Arnout Vandecappelle
2012-09-21 11:15     ` Gustavo Zacarias
2012-09-21 11:21     ` Gustavo Zacarias
2012-09-21 11:23       ` Arnout Vandecappelle
2012-09-21 11:37         ` Gustavo Zacarias
2012-09-21 12:11           ` Arnout Vandecappelle
2012-09-21 12:27             ` Gustavo Zacarias
2012-09-21 14:20             ` Peter Korsgaard
2012-09-21 14:26               ` Gustavo Zacarias
2012-09-21 14:30                 ` Lionel Orry
2012-09-21 18:51             ` Thomas Petazzoni
2012-09-21 12:03   ` Thomas Petazzoni
2012-09-21 12:02 ` Thomas Petazzoni
2012-09-21 14:11 ` Peter Korsgaard
2012-09-21 18:52   ` Thomas Petazzoni
2012-09-22 19:46     ` Peter Korsgaard

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