]> code.ossystems Code Review - openembedded-core.git/commitdiff
util-linux: fix packaging of readprofile
authorJoshua Lock <josh@linux.intel.com>
Thu, 1 Sep 2011 22:25:25 +0000 (15:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2011 17:10:26 +0000 (18:10 +0100)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux.inc
meta/recipes-core/util-linux/util-linux_2.19.1.bb

index b77266af111c879891b1776e201aae0f7f35deb9..1f242b7fa7576b64f84c143ffd9b8e32068a7a84 100644 (file)
@@ -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.*"
index 2ef95e62503a687bf1f132879ea9f3dd554c9ce5..d6d6f9b97d348425aa3089118790f662954d2285 100644 (file)
@@ -1,5 +1,5 @@
 MAJOR_VERSION = "2.19"
-PR = "r3"
+PR = "r4"
 require util-linux.inc
 
 # note that `lscpu' is under GPLv3+