From b4d6cedcc3cf8cbd8ba317c9ff13cd70a1d80361 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 19 Apr 2012 15:11:01 -0700 Subject: quilt: move empty quiltrc to native sysconfdir patch.bbclass orignally pointed at /usr/bin/quiltrc for an empty version to ensure that no user setting were picked up, change this to /etc/quiltrc in the Native sysroot since we now have a native sysconfdir. Make sure that the quiltrc is actually installed in the Native sysconfdir, not the target, so fix this after the recipe split. (From OE-Core rev: 1af73900cea82e63fb0f94e6f057144f723146ec) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/quilt/quilt-0.51.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/recipes-devtools/quilt/quilt-0.51.inc') diff --git a/meta/recipes-devtools/quilt/quilt-0.51.inc b/meta/recipes-devtools/quilt/quilt-0.51.inc index e89013aab0..824e624a43 100644 --- a/meta/recipes-devtools/quilt/quilt-0.51.inc +++ b/meta/recipes-devtools/quilt/quilt-0.51.inc @@ -24,11 +24,6 @@ RDEPENDS_${PN} = "bash" # quilt ignores DESTDIR do_install () { oe_runmake 'BUILD_ROOT=${D}' install - if [ "${BUILD_ARCH}" == "${HOST_ARCH}" ]; then - # Dummy quiltrc file for patch.bbclass - install -d ${D}${bindir}/ - touch ${D}${bindir}/quiltrc - fi # cleanup unpackaged files rm -rf ${D}/${datadir}/emacs } -- cgit v1.2.3-54-g00ecf