diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 16:33:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:30 +0100 |
commit | 41ab6b5f5e5f9da3e2a063a3c33fb048a1fc0c14 (patch) | |
tree | 5bc6f23ec548175f7d3f159cafba34d37551e764 /meta/recipes-extended/findutils | |
parent | 825929cc3cd44008fa5ab110e80d13a5c965c12c (diff) | |
download | poky-41ab6b5f5e5f9da3e2a063a3c33fb048a1fc0c14.tar.gz |
findutils: cleanup update-alternatives deprecated code
(From OE-Core rev: 5f8f9ff0413683d1a1f01fceaa709def723aca91)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/findutils/findutils_4.2.31.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc index 1fa9b97d0e..9306786832 100644 --- a/meta/recipes-extended/findutils/findutils.inc +++ b/meta/recipes-extended/findutils/findutils.inc | |||
@@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz" | |||
11 | 11 | ||
12 | inherit autotools gettext update-alternatives | 12 | inherit autotools gettext update-alternatives |
13 | 13 | ||
14 | ALTERNATIVE_LINKS = "${bindir}/find ${bindir}/xargs" | 14 | ALTERNATIVE_${PN} = "find xargs" |
15 | ALTERNATIVE_PRIORITY = "100" | 15 | ALTERNATIVE_PRIORITY = "100" |
16 | 16 | ||
17 | # diffutils assumes non-glibc compilation with uclibc and | 17 | # diffutils assumes non-glibc compilation with uclibc and |
diff --git a/meta/recipes-extended/findutils/findutils_4.2.31.bb b/meta/recipes-extended/findutils/findutils_4.2.31.bb index 38cdc219b9..00c3f77f10 100644 --- a/meta/recipes-extended/findutils/findutils_4.2.31.bb +++ b/meta/recipes-extended/findutils/findutils_4.2.31.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPLv2+" | 1 | LICENSE = "GPLv2+" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | require findutils.inc | 5 | require findutils.inc |
6 | 6 | ||