diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2024-05-26 22:51:35 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-12 16:08:31 +0100 |
| commit | b6362a9fe6f19f2bc22b2ff99b7a5ccf9a140a5a (patch) | |
| tree | 5b7770c5e22ace319ac39e9a043e61d84969e946 /meta/recipes-devtools/quilt/quilt-native_0.68.bb | |
| parent | 5a5e22f078bb6017a7ce007327b8e9eb672f308c (diff) | |
| download | poky-b6362a9fe6f19f2bc22b2ff99b7a5ccf9a140a5a.tar.gz | |
quilt: 0.67 -> 0.68
* Remove backported patches:
fix-grep-3.8.patch.
faildiff-order.patch
0001-test-Fix-a-race-condition-in-merge.test.patch
* Add coreutils to RDEPENDS:quilt-ptest to fix ptest error:
$ ln -P
ln: invalid option -- 'P'
The busybox' ln doesn't have option '-P', so use coreutils to fix it.
(From OE-Core rev: 9a0a684bb470aad2f1c44d0f1f84cb33910d5189)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/quilt/quilt-native_0.68.bb')
| -rw-r--r-- | meta/recipes-devtools/quilt/quilt-native_0.68.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/quilt/quilt-native_0.68.bb b/meta/recipes-devtools/quilt/quilt-native_0.68.bb new file mode 100644 index 0000000000..22374425fa --- /dev/null +++ b/meta/recipes-devtools/quilt/quilt-native_0.68.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require quilt.inc | ||
| 2 | inherit native | ||
