mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
quilt.inc: minor recipe formatting tweaks
Minor comment update and re-order variables to align more closely to the OE style-guide. (From OE-Core rev: 0b0c294ed3a9f901b9a6afaf984ff4958c327c0e) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5fc11ac170
commit
bf669ec97f
@@ -18,15 +18,6 @@ inherit autotools-brokensep ptest
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
PACKAGES += "guards guards-doc"
|
||||
FILES_${PN} = "${sysconfdir} ${datadir}/quilt \
|
||||
${bindir}/quilt ${libdir}/quilt"
|
||||
FILES_guards = "${bindir}/guards"
|
||||
FILES_${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}"
|
||||
FILES_guards-doc = "${mandir}/man1/guards.1"
|
||||
|
||||
RDEPENDS_${PN} = "bash"
|
||||
|
||||
EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch"
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash"
|
||||
@@ -42,7 +33,7 @@ do_configure_append () {
|
||||
sed -e 's,^COMPAT_SYMLINKS.*:=.*,COMPAT_SYMLINKS :=,' -i ${S}/Makefile
|
||||
}
|
||||
|
||||
# quilt ignores DESTDIR
|
||||
# quilt Makefiles install to BUILD_ROOT instead of DESTDIR
|
||||
do_install () {
|
||||
oe_runmake 'BUILD_ROOT=${D}' install
|
||||
# cleanup unpackaged files
|
||||
@@ -62,6 +53,15 @@ do_install_ptest() {
|
||||
cp ${WORKDIR}/test.sh ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
PACKAGES += "guards guards-doc"
|
||||
|
||||
FILES_${PN} = "${sysconfdir} ${datadir}/quilt \
|
||||
${bindir}/quilt ${libdir}/quilt"
|
||||
FILES_guards = "${bindir}/guards"
|
||||
FILES_${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}"
|
||||
FILES_guards-doc = "${mandir}/man1/guards.1"
|
||||
|
||||
RDEPENDS_${PN} = "bash"
|
||||
RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \
|
||||
perl-module-filehandle perl-module-getopt-std \
|
||||
perl-module-posix perl-module-file-temp \
|
||||
|
||||
Reference in New Issue
Block a user