diff options
Diffstat (limited to 'meta/recipes-extended/time/time.inc')
-rw-r--r-- | meta/recipes-extended/time/time.inc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc index 8e35843a67..028da7cd02 100644 --- a/meta/recipes-extended/time/time.inc +++ b/meta/recipes-extended/time/time.inc | |||
@@ -8,11 +8,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
8 | 8 | ||
9 | inherit update-alternatives | 9 | inherit update-alternatives |
10 | 10 | ||
11 | do_install_append () { | 11 | ALTERNATIVE_${PN} = "time" |
12 | mv ${D}${bindir}/time ${D}${bindir}/time.${BPN} | ||
13 | } | ||
14 | |||
15 | ALTERNATIVE_NAME = "time" | ||
16 | ALTERNATIVE_LINK = "${bindir}/time" | ||
17 | ALTERNATIVE_PATH = "${bindir}/time.${BPN}" | ||
18 | ALTERNATIVE_PRIORITY = "100" | 12 | ALTERNATIVE_PRIORITY = "100" |