mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
btrfs-tools: Try to follow style guide
Cosmetic changes to better follow the style guide. (From OE-Core rev: e478013830700580c25877ab55b70ff73072bb81) Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
769004c34a
commit
b129f2edda
@@ -15,12 +15,12 @@ LIC_FILES_CHKSUM = " \
|
||||
SECTION = "base"
|
||||
DEPENDS = "lzo util-linux zlib"
|
||||
DEPENDS_append_class-target = " udev"
|
||||
RDEPENDS_${PN} = "libgcc"
|
||||
|
||||
SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
|
||||
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
|
||||
"
|
||||
SRCREV = "8d5051f279f7994fb80536ef8f846f06d121d898"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
programs \
|
||||
@@ -58,7 +58,6 @@ do_configure_prepend() {
|
||||
cp -f $(automake --print-libdir)/install-sh ${S}/config/
|
||||
}
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install_append() {
|
||||
if [ "${@bb.utils.filter('PACKAGECONFIG', 'python', d)}" ]; then
|
||||
@@ -66,4 +65,6 @@ do_install_append() {
|
||||
fi
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "libgcc"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user