From 9883d8bf498f47e39361410d950ec1d5e16edc49 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 15 Mar 2011 12:28:30 +0100 Subject: [PATCH] omap3-mkcard: fix util-linux-ng dep Signed-off-by: Koen Kooi --- recipes-angstrom/angstrom/omap3-mkcard.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-angstrom/angstrom/omap3-mkcard.bb b/recipes-angstrom/angstrom/omap3-mkcard.bb index 3a6c59c..31a20a3 100644 --- a/recipes-angstrom/angstrom/omap3-mkcard.bb +++ b/recipes-angstrom/angstrom/omap3-mkcard.bb @@ -2,11 +2,13 @@ DESCRIPTION="Format a card for omap3 booting" LICENSE = "GPLv2" SRC_URI = "file://omap3-mkcard.sh" +PR = "r1" + do_install() { install -d ${D}${bindir}/ install -m 755 ${WORKDIR}/omap3-mkcard.sh ${D}${bindir}/ } PACKAGE_ARCH_${PN} = "all" -RDEPENDS_${PN} = "bc dosfstools e2fsprogs-mke2fs util-linux-ng util-linux-ng-sfdisk" +RDEPENDS_${PN} = "bc dosfstools e2fsprogs-mke2fs util-linux util-linux-sfdisk"