summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-04-26 13:34:24 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:47:01 +0200
commit015e6c8710d73ce26ed5617dea5b17341a48c445 (patch)
tree2581171a4747c39877c4db085a2e43a514303d39 /meta-oe/recipes-support
parentfd984397ebc83262970e681726135ee425e27948 (diff)
downloadmeta-openembedded-015e6c8710d73ce26ed5617dea5b17341a48c445.tar.gz
debianutils: Upgrade to 4.4
License is changed since readlink is dropped from package which was sole package licensed under BSD Additionally fix B != S build too Below is the diff of license change Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/debianutils/debianutils_4.4.bb (renamed from meta-oe/recipes-support/debianutils/debianutils_2.30.bb)12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb b/meta-oe/recipes-support/debianutils/debianutils_4.4.bb
index 624cf3c4a..30dd9a6fa 100644
--- a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
+++ b/meta-oe/recipes-support/debianutils/debianutils_4.4.bb
@@ -1,18 +1,16 @@
1SUMMARY = "Miscellaneous utilities specific to Debian" 1SUMMARY = "Miscellaneous utilities specific to Debian"
2SECTION = "base" 2SECTION = "base"
3LICENSE = "GPLv2 & BSD & SMAIL_GPL" 3LICENSE = "GPLv2 & SMAIL_GPL"
4LIC_FILES_CHKSUM = "file://debian/copyright;md5=b948675029f79c64840e78881e91e1d4" 4LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
5
6PR = "r1"
7 5
8SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz" 6SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz"
9SRC_URI[md5sum] = "7fdd5f8395162d8728d4b79e97b9819e" 7SRC_URI[md5sum] = "c0cb076754d7f4eb1e3397d00916647f"
10SRC_URI[sha256sum] = "d62e98fee5b1a758d83b62eed8d8bdec473677ff782fed89fc4ae3ba3f381401" 8SRC_URI[sha256sum] = "190850cdd6b5302e0a1ba1aaed1bc7074d67d3bd8d04c613f242f7145afa53a6"
11 9
12inherit autotools 10inherit autotools
13 11
14do_configure_prepend() { 12do_configure_prepend() {
15 sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am 13 sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am
16} 14}
17 15
18do_install_append() { 16do_install_append() {