| Submitter | Kang Kai |
|---|---|
| Date | Dec. 27, 2012, 6:34 a.m. |
| Message ID | <7d6422bb19c3e06ed1a74907c4f02133637ae597.1356514771.git.kai.kang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/41711/ |
| State | Accepted |
| Commit | c76ae248334606d10ab730b1b2e9f626ff3c5809 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc index 2c46117..2fde9d4 100644 --- a/meta/recipes-devtools/autoconf/autoconf.inc +++ b/meta/recipes-devtools/autoconf/autoconf.inc @@ -14,7 +14,6 @@ RDEPENDS_${PN} = "m4 gnu-config \ perl-module-constant \ perl-module-errno \ perl-module-exporter \ - perl-module-file \ perl-module-file-basename \ perl-module-file-compare \ perl-module-file-copy \ diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb index 730c89e..7512951 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb @@ -1,6 +1,6 @@ require autoconf.inc -PR = "r10" +PR = "r11" PARALLEL_MAKE = ""
The only file Glob.so provided by perl-module-file will be moved to package perl-module-file-glob. So remove perl-module-file from RDEDENDS. Signed-off-by: Kang Kai <kai.kang@windriver.com> --- meta/recipes-devtools/autoconf/autoconf.inc | 1 - meta/recipes-devtools/autoconf/autoconf_2.69.bb | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-)