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"