diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:02:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:46 +0100 |
commit | 0a1b99bbe6bae0a80cf0625903ac1e29454589e0 (patch) | |
tree | 59d3ac25b3522040213294cffda392000da42635 /meta/recipes-extended/sed | |
parent | be9d2aeec509c5bc328d5e7091d3a4e371b7d072 (diff) | |
download | poky-0a1b99bbe6bae0a80cf0625903ac1e29454589e0.tar.gz |
sed: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: 30dd83d1bcff3f3ccf7f0bc4aed792b6ecb01f2f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sed')
-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 |