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:18:39 +0100 |
commit | 5f8f9ff0413683d1a1f01fceaa709def723aca91 (patch) | |
tree | af2178aeda10ef60ceaadf06834fbe7e936a6907 /meta/recipes-extended/findutils/findutils.inc | |
parent | 071a959d430402a78ca5b392c8387489da042c08 (diff) | |
download | openembedded-core-5f8f9ff0413683d1a1f01fceaa709def723aca91.tar.gz openembedded-core-5f8f9ff0413683d1a1f01fceaa709def723aca91.tar.bz2 openembedded-core-5f8f9ff0413683d1a1f01fceaa709def723aca91.zip |
findutils: cleanup update-alternatives deprecated code
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/findutils/findutils.inc')
-rw-r--r-- | meta/recipes-extended/findutils/findutils.inc | 2 |
1 files changed, 1 insertions, 1 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" inherit autotools gettext update-alternatives -ALTERNATIVE_LINKS = "${bindir}/find ${bindir}/xargs" +ALTERNATIVE_${PN} = "find xargs" ALTERNATIVE_PRIORITY = "100" # diffutils assumes non-glibc compilation with uclibc and |