diff options
Diffstat (limited to 'meta/recipes-core/readline')
-rw-r--r-- | meta/recipes-core/readline/files/acinclude.m4 (renamed from meta/recipes-core/readline/readline-6.2/acinclude.m4) | 0 | ||||
-rw-r--r-- | meta/recipes-core/readline/files/norpath.patch (renamed from meta/recipes-core/readline/readline-6.2/norpath.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/readline/readline_6.2.bb | 22 | ||||
-rw-r--r-- | meta/recipes-core/readline/readline_6.3.bb | 5 |
4 files changed, 5 insertions, 22 deletions
diff --git a/meta/recipes-core/readline/readline-6.2/acinclude.m4 b/meta/recipes-core/readline/files/acinclude.m4 index c30a7d3054..c30a7d3054 100644 --- a/meta/recipes-core/readline/readline-6.2/acinclude.m4 +++ b/meta/recipes-core/readline/files/acinclude.m4 | |||
diff --git a/meta/recipes-core/readline/readline-6.2/norpath.patch b/meta/recipes-core/readline/files/norpath.patch index 5d71582b70..5d71582b70 100644 --- a/meta/recipes-core/readline/readline-6.2/norpath.patch +++ b/meta/recipes-core/readline/files/norpath.patch | |||
diff --git a/meta/recipes-core/readline/readline_6.2.bb b/meta/recipes-core/readline/readline_6.2.bb deleted file mode 100644 index 87636da4e3..0000000000 --- a/meta/recipes-core/readline/readline_6.2.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | require readline.inc | ||
2 | |||
3 | PR = "r4" | ||
4 | |||
5 | SRC_URI += "${GNU_MIRROR}/readline/readline-6.2-patches/readline62-001;name=patch1;apply=yes;striplevel=0 \ | ||
6 | ${GNU_MIRROR}/readline/readline-6.2-patches/readline62-002;name=patch2;apply=yes;striplevel=0 \ | ||
7 | ${GNU_MIRROR}/readline/readline-6.2-patches/readline62-003;name=patch3;apply=yes;striplevel=0 \ | ||
8 | ${GNU_MIRROR}/readline/readline-6.2-patches/readline62-004;name=patch4;apply=yes;striplevel=0 \ | ||
9 | file://readline-only-enable-meta-key-for-a-single-call-read.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[archive.md5sum] = "67948acb2ca081f23359d0256e9a271c" | ||
13 | SRC_URI[archive.sha256sum] = "79a696070a058c233c72dd6ac697021cc64abd5ed51e59db867d66d196a89381" | ||
14 | |||
15 | SRC_URI[patch1.md5sum] = "83287d52a482f790dfb30ec0a8746669" | ||
16 | SRC_URI[patch1.sha256sum] = "38a86c417437692db01069c8ab40a9a8f548e67ad9af0390221b024b1c39b4e3" | ||
17 | SRC_URI[patch2.md5sum] = "0665020ea118e8434bd145fb71f452cc" | ||
18 | SRC_URI[patch2.sha256sum] = "1e6349128cb573172063ea007c67af79256889c809973002ca66c5dfc503c7d4" | ||
19 | SRC_URI[patch3.md5sum] = "c9d5d79718856e711667dede87cb7622" | ||
20 | SRC_URI[patch3.sha256sum] = "cb2131ff352d6e5f82edc09755191f74220b15f026bdb6c52624931c79622374" | ||
21 | SRC_URI[patch4.md5sum] = "c08e787f50579ce301075c523fa660a4" | ||
22 | SRC_URI[patch4.sha256sum] = "09bd342479ea5bb8b6411bfdf7d302fab2e521d1d241bcb8344d3bad5d9f5476" | ||
diff --git a/meta/recipes-core/readline/readline_6.3.bb b/meta/recipes-core/readline/readline_6.3.bb new file mode 100644 index 0000000000..aa30f668b4 --- /dev/null +++ b/meta/recipes-core/readline/readline_6.3.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require readline.inc | ||
2 | |||
3 | SRC_URI[archive.md5sum] = "33c8fb279e981274f485fd91da77e94a" | ||
4 | SRC_URI[archive.sha256sum] = "56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" | ||
5 | |||