[OE-core] [PATCH 7/9] initramfs-live-install: rdepend on util-linux-blkid

Chen Qi Qi.Chen at windriver.com
Mon Jun 16 10:46:29 UTC 2014


We need the blkid command from util-linux-blkid package to get the
UUID of a particular partition.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 .../initrdscripts/initramfs-live-install_1.0.bb    |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
index 7bf31c9..25326eb 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
@@ -5,7 +5,7 @@ SRC_URI = "file://init-install.sh"
 
 PR = "r9"
 
-RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs"
+RDEPENDS_${PN} = "grub parted e2fsprogs-mke2fs util-linux-blkid"
 
 do_install() {
         install -m 0755 ${WORKDIR}/init-install.sh ${D}/install.sh
-- 
1.7.9.5




More information about the Openembedded-core mailing list