diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-19 15:11:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-31 21:15:08 +0100 |
commit | a518e1e3b15ded2645f5c32697fca4c0bfb131ed (patch) | |
tree | c1969c511b736bb0fdcba092d6760759d9cd90a7 /meta/recipes-devtools/quilt/quilt-native_0.51.bb | |
parent | fc9716930a4bc4b0552adb1db538fb11a3fd46c6 (diff) | |
download | poky-a518e1e3b15ded2645f5c32697fca4c0bfb131ed.tar.gz |
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt-native_0.51.bb')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt-native_0.51.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt-native_0.51.bb b/meta/recipes-devtools/quilt/quilt-native_0.51.bb index b99b9b65d2..1494bf2eb4 100644 --- a/meta/recipes-devtools/quilt/quilt-native_0.51.bb +++ b/meta/recipes-devtools/quilt/quilt-native_0.51.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require quilt-${PV}.inc | 1 | require quilt-${PV}.inc |
2 | require quilt-native.inc | 2 | require quilt-native.inc |
3 | 3 | ||
4 | PR = "r0" | 4 | PR = "r1" |