summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/quilt/quilt.inc20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index ff94cc99fa..48ed9babf7 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -18,15 +18,6 @@ inherit autotools-brokensep ptest
18 18
19CLEANBROKEN = "1" 19CLEANBROKEN = "1"
20 20
21PACKAGES += "guards guards-doc"
22FILES_${PN} = "${sysconfdir} ${datadir}/quilt \
23 ${bindir}/quilt ${libdir}/quilt"
24FILES_guards = "${bindir}/guards"
25FILES_${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}"
26FILES_guards-doc = "${mandir}/man1/guards.1"
27
28RDEPENDS_${PN} = "bash"
29
30EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch" 21EXTRA_OECONF = "--with-perl='${USRBINPATH}/env perl' --with-patch=patch"
31 22
32CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash" 23CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash"
@@ -42,7 +33,7 @@ do_configure_append () {
42 sed -e 's,^COMPAT_SYMLINKS.*:=.*,COMPAT_SYMLINKS :=,' -i ${S}/Makefile 33 sed -e 's,^COMPAT_SYMLINKS.*:=.*,COMPAT_SYMLINKS :=,' -i ${S}/Makefile
43} 34}
44 35
45# quilt ignores DESTDIR 36# quilt Makefiles install to BUILD_ROOT instead of DESTDIR
46do_install () { 37do_install () {
47 oe_runmake 'BUILD_ROOT=${D}' install 38 oe_runmake 'BUILD_ROOT=${D}' install
48 # cleanup unpackaged files 39 # cleanup unpackaged files
@@ -62,6 +53,15 @@ do_install_ptest() {
62 cp ${WORKDIR}/test.sh ${D}${PTEST_PATH} 53 cp ${WORKDIR}/test.sh ${D}${PTEST_PATH}
63} 54}
64 55
56PACKAGES += "guards guards-doc"
57
58FILES_${PN} = "${sysconfdir} ${datadir}/quilt \
59 ${bindir}/quilt ${libdir}/quilt"
60FILES_guards = "${bindir}/guards"
61FILES_${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}"
62FILES_guards-doc = "${mandir}/man1/guards.1"
63
64RDEPENDS_${PN} = "bash"
65RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \ 65RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \
66 perl-module-filehandle perl-module-getopt-std \ 66 perl-module-filehandle perl-module-getopt-std \
67 perl-module-posix perl-module-file-temp \ 67 perl-module-posix perl-module-file-temp \