mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
android-tools: fix package split
"${PN}-fstools" was added to the end of PACKAGES list, so it received no
files. Move the package name to the beginning of PACKAGES list to fix
packages split ending up with non-empty android-tools-fstools package.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -157,9 +157,10 @@ do_install() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES += "${PN}-fstools"
|
PACKAGES =+ "${PN}-fstools"
|
||||||
|
|
||||||
RDEPENDS_${BPN} = "${BPN}-conf bash"
|
RDEPENDS_${BPN} = "${BPN}-conf"
|
||||||
|
RDEPENDS_${BPN}-fstools = "bash"
|
||||||
|
|
||||||
FILES_${PN}-fstools = "\
|
FILES_${PN}-fstools = "\
|
||||||
${bindir}/ext2simg \
|
${bindir}/ext2simg \
|
||||||
|
|||||||
Reference in New Issue
Block a user