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_0.47.bb | |
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_0.47.bb')
-rw-r--r-- | meta/packages/quilt/quilt_0.47.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/packages/quilt/quilt_0.47.bb b/meta/packages/quilt/quilt_0.47.bb index 4de052635c..67524316d8 100644 --- a/meta/packages/quilt/quilt_0.47.bb +++ b/meta/packages/quilt/quilt_0.47.bb | |||
@@ -1,11 +1,7 @@ | |||
1 | RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" | ||
2 | |||
3 | require quilt_${PV}.inc | 1 | require quilt_${PV}.inc |
4 | 2 | ||
5 | PR = "r1" | 3 | RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" |
6 | |||
7 | SRC_URI += "file://aclocal.patch;patch=1" | 4 | SRC_URI += "file://aclocal.patch;patch=1" |
5 | PR = "r1" | ||
8 | 6 | ||
9 | inherit autotools gettext | 7 | inherit gettext |
10 | |||
11 | require quilt-package.inc | ||