diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-22 12:37:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-30 12:04:38 +0100 |
commit | ae68cb6b002ca09588fccbe1748d19fa0dfc2425 (patch) | |
tree | f5cffe4e860d05e75e095f3993879ed5b3601236 /meta/recipes-extended/time/time.inc | |
parent | 1fa4e0554c1cfe8ff07e0737947810fefaa20411 (diff) | |
download | poky-ae68cb6b002ca09588fccbe1748d19fa0dfc2425.tar.gz |
time: use BPN for alternatives
(From OE-Core rev: 0a621679772d7996c6342ad1e99de484082d9987)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/time/time.inc')
-rw-r--r-- | meta/recipes-extended/time/time.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/time/time.inc b/meta/recipes-extended/time/time.inc index 401288b0ce..8e35843a67 100644 --- a/meta/recipes-extended/time/time.inc +++ b/meta/recipes-extended/time/time.inc | |||
@@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | |||
9 | inherit update-alternatives | 9 | inherit update-alternatives |
10 | 10 | ||
11 | do_install_append () { | 11 | do_install_append () { |
12 | mv ${D}${bindir}/time ${D}${bindir}/time.${PN} | 12 | mv ${D}${bindir}/time ${D}${bindir}/time.${BPN} |
13 | } | 13 | } |
14 | 14 | ||
15 | ALTERNATIVE_NAME = "time" | 15 | ALTERNATIVE_NAME = "time" |
16 | ALTERNATIVE_LINK = "${bindir}/time" | 16 | ALTERNATIVE_LINK = "${bindir}/time" |
17 | ALTERNATIVE_PATH = "${bindir}/time.${PN}" | 17 | ALTERNATIVE_PATH = "${bindir}/time.${BPN}" |
18 | ALTERNATIVE_PRIORITY = "100" | 18 | ALTERNATIVE_PRIORITY = "100" |