All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] util-linux: fix packaging of readprofile
       [not found] <cover.1314915824.git.josh@linux.intel.com>
@ 2011-09-01 22:25 ` Joshua Lock
  2011-09-02 17:18   ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2011-09-01 22:25 UTC (permalink / raw)
  To: openembedded-core

We rename readprofile to readprofile.util-linux so we need to use that binary
name in the FILES entry for the readprofile package.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-core/util-linux/util-linux.inc       |    2 +-
 meta/recipes-core/util-linux/util-linux_2.19.1.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index b77266a..1f242b7 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -45,7 +45,7 @@ FILES_util-linux-swaponoff = "${base_sbindir}/swapon.${PN} ${sbindir}/swapoff.${
 FILES_util-linux-losetup = "${base_sbindir}/losetup.${PN}"
 FILES_util-linux-mount = "${base_bindir}/mount.${PN}"
 FILES_util-linux-umount = "${base_bindir}/umount.${PN}"
-FILES_util-linux-readprofile = "${base_sbindir}/readprofile"
+FILES_util-linux-readprofile = "${base_sbindir}/readprofile.${PN}"
 FILES_util-linux-uuidgen = "${bindir}/uuidgen"
 
 FILES_util-linux-libblkid = "${libdir}/libblkid.so.*"
diff --git a/meta/recipes-core/util-linux/util-linux_2.19.1.bb b/meta/recipes-core/util-linux/util-linux_2.19.1.bb
index 2ef95e6..d6d6f9b 100644
--- a/meta/recipes-core/util-linux/util-linux_2.19.1.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.19.1.bb
@@ -1,5 +1,5 @@
 MAJOR_VERSION = "2.19"
-PR = "r3"
+PR = "r4"
 require util-linux.inc
 
 # note that `lscpu' is under GPLv3+
-- 
1.7.6




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

* Re: [PATCH 1/1] util-linux: fix packaging of readprofile
  2011-09-01 22:25 ` [PATCH 1/1] util-linux: fix packaging of readprofile Joshua Lock
@ 2011-09-02 17:18   ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-09-02 17:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-09-01 at 15:25 -0700, Joshua Lock wrote:
> We rename readprofile to readprofile.util-linux so we need to use that binary
> name in the FILES entry for the readprofile package.
> 
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
>  meta/recipes-core/util-linux/util-linux.inc       |    2 +-
>  meta/recipes-core/util-linux/util-linux_2.19.1.bb |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-09-02 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1314915824.git.josh@linux.intel.com>
2011-09-01 22:25 ` [PATCH 1/1] util-linux: fix packaging of readprofile Joshua Lock
2011-09-02 17:18   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.