diff options
| -rw-r--r-- | meta/recipes-extended/sed/sed_4.1.2.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-extended/sed/sed_4.2.1.bb | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-extended/sed/sed_4.1.2.bb b/meta/recipes-extended/sed/sed_4.1.2.bb index 80d4b034f9..89b1f34b28 100644 --- a/meta/recipes-extended/sed/sed_4.1.2.bb +++ b/meta/recipes-extended/sed/sed_4.1.2.bb | |||
| @@ -6,12 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
| 6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
| 7 | PR = "r5" | 7 | PR = "r5" |
| 8 | 8 | ||
| 9 | DEPENDS = "gettext" | ||
| 10 | |||
| 11 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ |
| 12 | file://fix_return_type.patch" | 10 | file://fix_return_type.patch" |
| 13 | 11 | ||
| 14 | inherit autotools update-alternatives | 12 | inherit autotools update-alternatives gettext |
| 15 | 13 | ||
| 16 | do_install () { | 14 | do_install () { |
| 17 | autotools_do_install | 15 | autotools_do_install |
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb index 045fd66597..d775d44b44 100644 --- a/meta/recipes-extended/sed/sed_4.2.1.bb +++ b/meta/recipes-extended/sed/sed_4.2.1.bb | |||
| @@ -6,14 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | |||
| 6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
| 7 | PR = "r1" | 7 | PR = "r1" |
| 8 | 8 | ||
| 9 | DEPENDS = "gettext" | ||
| 10 | |||
| 11 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" |
| 12 | 10 | ||
| 13 | SRC_URI[md5sum] = "f0fd4d7da574d4707e442285fd2d3b86" | 11 | SRC_URI[md5sum] = "f0fd4d7da574d4707e442285fd2d3b86" |
| 14 | SRC_URI[sha256sum] = "8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060" | 12 | SRC_URI[sha256sum] = "8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060" |
| 15 | 13 | ||
| 16 | inherit autotools update-alternatives | 14 | inherit autotools update-alternatives gettext |
| 17 | 15 | ||
| 18 | do_install () { | 16 | do_install () { |
| 19 | autotools_do_install | 17 | autotools_do_install |
