diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-12-27 11:19:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:40 +0000 |
commit | 99e4a9ad7999bf63bac289d7fa4dc64f104e85ba (patch) | |
tree | 98491e8c77025c0bdd3428955e9edf48f41de2f5 /meta/recipes-devtools/quilt/quilt_0.48.bb | |
parent | d3609d0b6456c32310f4d7d0b129f591eb8f0d8e (diff) | |
download | poky-99e4a9ad7999bf63bac289d7fa4dc64f104e85ba.tar.gz |
quilt upgreade from 0.48 to 0.50
gnu_patch_test_fix.patch : this patch removed as it is already
upstream now.
Renamed quilt.inc to quilt-0.50.inc and moved the dupicate information
from native & target recipe files into the quilt-0.50.inc file.
Clean up the unpackaged files warning
These warnings are avoided:
WARNING: For recipe quilt, the following files/directories were
installed but not shipped in any package:
WARNING: /usr/bin/quiltrc
WARNING: /usr/share/emacs
WARNING: /usr/share/emacs/site-lisp
WARNING: /usr/share/emacs/site-lisp/quilt.el
The /usr/bin/quiltrc is purposely not packaged, as it is needed
for native recipe only.
(From OE-Core rev: ffb10e51dae3e360822f26d1425c3327213a7e81)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt_0.48.bb')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt_0.48.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-devtools/quilt/quilt_0.48.bb b/meta/recipes-devtools/quilt/quilt_0.48.bb deleted file mode 100644 index 1600c623b0..0000000000 --- a/meta/recipes-devtools/quilt/quilt_0.48.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require quilt.inc | ||
2 | LICENSE="GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | RDEPENDS_${PN} += "patch diffstat bzip2 util-linux" | ||
5 | PR = "r2" | ||
6 | SRC_URI += "file://aclocal.patch \ | ||
7 | file://gnu_patch_test_fix_target.patch \ | ||
8 | " | ||
9 | |||
10 | SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b" | ||
11 | SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc" | ||
12 | |||
13 | inherit autotools gettext | ||