diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-04-30 14:37:25 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-03 15:48:04 +0100 |
| commit | d911601b4d4b44fceb2b586c1595e3b6601623df (patch) | |
| tree | af6c3c24ec0a6d76b99ed8a444bb141e706d84bd /meta/recipes-devtools/quilt/quilt-0.60.inc | |
| parent | 754667c8cee57772d9020d776280b7835892dde7 (diff) | |
| download | poky-d911601b4d4b44fceb2b586c1595e3b6601623df.tar.gz | |
quilt: upgrade from 0.51 to 0.60
(From OE-Core rev: 0e6843e7a3ed3b12e5f2bc6273047c2be5e47489)
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.60.inc')
| -rw-r--r-- | meta/recipes-devtools/quilt/quilt-0.60.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-devtools/quilt/quilt-0.60.inc b/meta/recipes-devtools/quilt/quilt-0.60.inc new file mode 100644 index 0000000000..1e240a0aad --- /dev/null +++ b/meta/recipes-devtools/quilt/quilt-0.60.inc | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "Tool to work with series of patches." | ||
| 2 | HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \ | ||
| 8 | file://install.patch" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "058a08a9b626bdec9ec8c519dc92158c" | ||
| 11 | SRC_URI[sha256sum] = "3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b" | ||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | PACKAGES += "guards guards-doc" | ||
| 16 | FILES_${PN} = "${sysconfdir} ${datadir}/quilt \ | ||
| 17 | ${bindir}/quilt ${libdir}/quilt" | ||
| 18 | FILES_guards = "${bindir}/guards" | ||
| 19 | FILES_${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}" | ||
| 20 | FILES_guards-doc = "${mandir}/man1/guards.1" | ||
| 21 | |||
| 22 | RDEPENDS_${PN} = "bash" | ||
| 23 | |||
| 24 | # quilt ignores DESTDIR | ||
| 25 | do_install () { | ||
| 26 | oe_runmake 'BUILD_ROOT=${D}' install | ||
| 27 | # cleanup unpackaged files | ||
| 28 | rm -rf ${D}/${datadir}/emacs | ||
| 29 | } | ||
