diff options
| -rw-r--r-- | meta/recipes-extended/time/time.inc | 8 | ||||
| -rw-r--r-- | meta/recipes-extended/time/time_1.7.bb | 2 |
2 files changed, 2 insertions, 8 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" |
diff --git a/meta/recipes-extended/time/time_1.7.bb b/meta/recipes-extended/time/time_1.7.bb index c38608fd9e..92c5353d09 100644 --- a/meta/recipes-extended/time/time_1.7.bb +++ b/meta/recipes-extended/time/time_1.7.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require time.inc | 1 | require time.inc |
| 2 | 2 | ||
| 3 | PR = "r1" | 3 | PR = "r2" |
| 4 | 4 | ||
| 5 | SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \ | 5 | SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \ |
| 6 | file://debian.patch" | 6 | file://debian.patch" |
