Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Get the version of mklibs by simpler means. The MKLIBS_VERSION string in the |
| 2 | configure.ac file is replaced with real version string by the |
| 3 | do_configure_prepend() function from the recipe .bb file. |
| 4 | |
| 5 | Upstream-Status: Inappropriate [configuration] |
| 6 | |
| 7 | Nitin A Kamble <nitin.a.kamble@intel.com> |
| 8 | Date: 2011/01/24 |
| 9 | |
| 10 | Index: mklibs/configure.ac |
| 11 | =================================================================== |
| 12 | --- mklibs.orig/configure.ac 2010-02-21 17:34:56.000000000 -0800 |
| 13 | +++ mklibs/configure.ac 2011-01-24 18:52:19.943242079 -0800 |
| 14 | @@ -1,4 +1,4 @@ |
| 15 | -AC_INIT([mklibs],m4_esyscmd(dpkg-parsechangelog | perl -ne 'print $1 if m/^Version: (.*)$/;')) |
| 16 | +AC_INIT([mklibs], MKLIBS_VERSION) |
| 17 | AM_INIT_AUTOMAKE([foreign no-define]) |
| 18 | AC_CONFIG_HEADERS([config.h]) |
| 19 | AM_MAINTAINER_MODE |