diff options
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.9.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index f837a22878..c9aea3801f 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -8,9 +8,9 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" | |||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
10 | file://src/ls.c;startline=4;endline=16;md5=482a96d4f25010a4e13f8743e0c3685e" | 10 | file://src/ls.c;startline=4;endline=16;md5=482a96d4f25010a4e13f8743e0c3685e" |
11 | PR = "r1" | 11 | PR = "r2" |
12 | DEPENDS = "perl-native coreutils-native-${PV}" | 12 | DEPENDS = "coreutils-native-${PV}" |
13 | DEPENDS_virtclass-native = "perl-native gettext-native" | 13 | DEPENDS_virtclass-native = "gettext-native" |
14 | 14 | ||
15 | inherit autotools gettext | 15 | inherit autotools gettext |
16 | 16 | ||
diff --git a/meta/recipes-core/coreutils/coreutils_8.9.bb b/meta/recipes-core/coreutils/coreutils_8.9.bb index 955aaf5c42..7f96c6eaf6 100644 --- a/meta/recipes-core/coreutils/coreutils_8.9.bb +++ b/meta/recipes-core/coreutils/coreutils_8.9.bb | |||
@@ -7,9 +7,9 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" | |||
7 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ |
9 | file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" | 9 | file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | DEPENDS = "perl-native gmp" | 11 | DEPENDS = "gmp" |
12 | DEPENDS_virtclass-native = "perl-native" | 12 | DEPENDS_virtclass-native = "" |
13 | 13 | ||
14 | inherit autotools gettext | 14 | inherit autotools gettext |
15 | 15 | ||