omap3-mkcard: fix util-linux-ng dep
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user