From a518e1e3b15ded2645f5c32697fca4c0bfb131ed 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: aec4cdc6efda430a0965d6b3b4f84c7943390273) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/quilt/quilt-native.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-devtools/quilt/quilt-native.inc') diff --git a/meta/recipes-devtools/quilt/quilt-native.inc b/meta/recipes-devtools/quilt/quilt-native.inc index 7efea0213d..9345d88273 100644 --- a/meta/recipes-devtools/quilt/quilt-native.inc +++ b/meta/recipes-devtools/quilt/quilt-native.inc @@ -11,3 +11,9 @@ EXTRA_OECONF = "--disable-nls" do_configure () { oe_runconf } + +do_install_append () { + # Dummy quiltrc file for patch.bbclass + install -d ${D}${sysconfdir}/ + touch ${D}${sysconfdir}/quiltrc +} -- cgit v1.2.3-54-g00ecf