diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-21 12:24:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-24 10:36:28 +0100 |
commit | 6094a64a78b2d46dbf92c27b273f01dddae78a79 (patch) | |
tree | 0ffb0973ae97186b0d9cc30a589baddc063ece74 | |
parent | 65e5b33a252ecd59200577c7b0ed918124fe770f (diff) | |
download | poky-6094a64a78b2d46dbf92c27b273f01dddae78a79.tar.gz |
ptest-packagelists.inc: add libmodule-build-perl-ptest
Now that libmodule-build-perl has moved into oe-core,
make sure it is being tested on the autobuilder.
(From OE-Core rev: 91c4328e9b8d95a2e1b6d85dd7d266150ed6dd12)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 17deaa762a..0dc085091f 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -24,6 +24,7 @@ PTESTS_FAST = "\ | |||
24 | kbd-ptest \ | 24 | kbd-ptest \ |
25 | libconvert-asn1-perl-ptest \ | 25 | libconvert-asn1-perl-ptest \ |
26 | liberror-perl-ptest \ | 26 | liberror-perl-ptest \ |
27 | libmodule-build-perl-ptest \ | ||
27 | libpcre-ptest \ | 28 | libpcre-ptest \ |
28 | libtimedate-perl-ptest \ | 29 | libtimedate-perl-ptest \ |
29 | libtest-needs-perl-ptest \ | 30 | libtest-needs-perl-ptest \ |