diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 22:33:56 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 22:33:56 +0000 |
commit | 2b62b6e4f74e995277a8106b50ed0b980ce0f6ad (patch) | |
tree | 89ded3b043e87d474fd483098d56e071f5207663 /meta/packages/quilt/quilt-native.inc | |
parent | 7d353d394cfc83996036f1689c28fd6d01179fc6 (diff) | |
download | poky-2b62b6e4f74e995277a8106b50ed0b980ce0f6ad.tar.gz |
quilt: Convert to use install step for staging and cleanup the include files a bit
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/quilt/quilt-native.inc')
-rw-r--r-- | meta/packages/quilt/quilt-native.inc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/packages/quilt/quilt-native.inc b/meta/packages/quilt/quilt-native.inc index fb34305d1b..0eeaa87e1c 100644 --- a/meta/packages/quilt/quilt-native.inc +++ b/meta/packages/quilt/quilt-native.inc | |||
@@ -1,11 +1,9 @@ | |||
1 | require quilt_${PV}.inc | ||
2 | |||
3 | SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 " | 1 | SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 " |
4 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" | 2 | RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native" |
5 | 3 | ||
6 | INHIBIT_AUTOTOOLS_DEPS = "1" | 4 | INHIBIT_AUTOTOOLS_DEPS = "1" |
7 | 5 | ||
8 | inherit autotools native | 6 | inherit native |
9 | 7 | ||
10 | PATCHTOOL = "patch" | 8 | PATCHTOOL = "patch" |
11 | EXTRA_OECONF = "--disable-nls" | 9 | EXTRA_OECONF = "--disable-nls" |
@@ -13,9 +11,3 @@ EXTRA_OECONF = "--disable-nls" | |||
13 | do_configure () { | 11 | do_configure () { |
14 | oe_runconf | 12 | oe_runconf |
15 | } | 13 | } |
16 | |||
17 | # Dummy quiltrc file for patch.bbclass | ||
18 | do_install_append () { | ||
19 | install -d ${STAGING_BINDIR_NATIVE}/ | ||
20 | touch ${STAGING_BINDIR_NATIVE}/quiltrc | ||
21 | } | ||