[ptxdist] [PATCH 01/10] [host-libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de

Currently HOST_E2FSPROGS is selected for
those host tools, who need libuuid.so or
libblkid.so.

The util-linux-ng package contains newer versions
of these libraries.

So I added a virtual host package 'host-libuuid',
which selects the appropriate source package.

Later this can easily changed to a real package or
redirected to some other package.

Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de
---
 rules/host-libuuid.in |   12 
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 rules/host-libuuid.in

diff --git a/rules/host-libuuid.in b/rules/host-libuuid.in
new file mode 100644
index 000..53731b0
--- /dev/null
+++ b/rules/host-libuuid.in
@@ -0,0 +1,12 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBUUID
+   tristate
+   select HOST_E2FSPROGS
+   help
+ Helper to select the host packet containing a recent libuuid.so
+ library and its header.
+ 
+ The following packages provide libuuid:
+ - e2fsprogs  (older version)
+ - utils-linux-ng (more recent version)
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] [PATCH 01/10] [host-libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de

Currently HOST_E2FSPROGS is selected for
those host tools, who need libuuid.so or
libblkid.so.

The util-linux-ng package contains newer versions
of these libraries.

So I added a virtual host package 'host-libuuid',
which selects the appropriate source package.

Later this can easily changed to a real package or
redirected to some other package.

Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de
Acked-by: Marc Kleine-Budde m...@pengutronix.de
---
 rules/host-libuuid.in |   12 
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 rules/host-libuuid.in

diff --git a/rules/host-libuuid.in b/rules/host-libuuid.in
new file mode 100644
index 000..53731b0
--- /dev/null
+++ b/rules/host-libuuid.in
@@ -0,0 +1,12 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBUUID
+   tristate
+   select HOST_E2FSPROGS
+   help
+ Helper to select the host packet containing a recent libuuid.so
+ library and its header.
+ 
+ The following packages provide libuuid:
+ - e2fsprogs  (older version)
+ - utils-linux-ng (more recent version)
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] [PATCH 01/10] [host-libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de

Currently HOST_E2FSPROGS is selected for
those host tools, who need libuuid.so or
libblkid.so.

The util-linux-ng package contains newer versions
of these libraries.

So I added a virtual host package 'host-libuuid',
which selects the appropriate source package.

Later this can easily changed to a real package or
redirected to some other package.

Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de
Acked-by: Marc Kleine-Budde m...@pengutronix.de
---
 rules/host-libuuid.in |   12 
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 rules/host-libuuid.in

diff --git a/rules/host-libuuid.in b/rules/host-libuuid.in
new file mode 100644
index 000..53731b0
--- /dev/null
+++ b/rules/host-libuuid.in
@@ -0,0 +1,12 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBUUID
+   tristate
+   select HOST_E2FSPROGS
+   help
+ Helper to select the host packet containing a recent libuuid.so
+ library and its header.
+ 
+ The following packages provide libuuid:
+ - e2fsprogs  (older version)
+ - utils-linux-ng (more recent version)
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
ptxdist@pengutronix.de