]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
initramfs-live-install: rdepend on util-linux-blkid
authorChen Qi <Qi.Chen@windriver.com>
Wed, 21 May 2014 08:24:45 +0000 (04:24 -0400)
committerChen Qi <Qi.Chen@windriver.com>
Mon, 16 Jun 2014 10:36:01 +0000 (18:36 +0800)
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@windriver.com>
meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb

index 7bf31c9cf8fd67d046a588264d8d1ca68d00b52d..25326eba4b18232beedd502a040bd208eca360ea 100644 (file)
@@ -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