diff options
author | John Klug <john.klug@multitech.com> | 2020-11-12 15:41:48 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 15:41:48 -0600 |
commit | 792f811ca0d40b1d75eb84fa6841be2af82cdfe7 (patch) | |
tree | a00946a683f4505ccca7335429049568215f756a /patches/perl-sdk-config-pkg-name.patch | |
parent | a16d788bfebc3c619c87f64615469e2a52451cc5 (diff) | |
download | mlinux-792f811ca0d40b1d75eb84fa6841be2af82cdfe7.tar.gz mlinux-792f811ca0d40b1d75eb84fa6841be2af82cdfe7.tar.bz2 mlinux-792f811ca0d40b1d75eb84fa6841be2af82cdfe7.zip |
Switch to Yocto Thud branch
Diffstat (limited to 'patches/perl-sdk-config-pkg-name.patch')
-rw-r--r-- | patches/perl-sdk-config-pkg-name.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/perl-sdk-config-pkg-name.patch b/patches/perl-sdk-config-pkg-name.patch new file mode 100644 index 0000000..c1ee7ca --- /dev/null +++ b/patches/perl-sdk-config-pkg-name.patch @@ -0,0 +1,11 @@ +diff -Naru orig/layers/openembedded-core/meta/recipes-core/meta/target-sdk-provides-dummy.bb new/layers/openembedded-core/meta/recipes-core/meta/target-sdk-provides-dummy.bb +--- orig/layers/openembedded-core/meta/recipes-core/meta/target-sdk-provides-dummy.bb 2019-10-16 12:33:35.885748272 -0500 ++++ new/layers/openembedded-core/meta/recipes-core/meta/target-sdk-provides-dummy.bb 2019-10-16 12:39:00.417738664 -0500 +@@ -20,6 +20,7 @@ + libxml-parser-perl \ + perl-module-bytes \ + perl-module-carp \ ++ perl-module-config \ + perl-module-constant \ + perl-module-data-dumper \ + perl-module-errno \ |