package/biosdevname: fix configure failure
authorGiulio Benetti <giulio.benetti@micronovasrl.com>
Wed, 3 Apr 2019 13:45:53 +0000 (15:45 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 3 Apr 2019 19:52:01 +0000 (21:52 +0200)
On version bump to 0.7.3 SITE has been modified to use github
instead of http tarball. Github tarball doesn't contain ./configure file
differently from 0.7.2 http tarball, so need to autoreconf and generate
it.

Add BIOSDEVNAME_AUTORECONF = YES to package recipe.

Fixes:
http://autobuild.buildroot.net/results/3fc/3fc31982af87210b66cbe412410d11c85c9cebd6/

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/biosdevname/biosdevname.mk

index 6036e24c0926037ef273e3dd8f306677887b9daf..574608c508391e5ab16e71b81fc8dbd0f6b2558f 100644 (file)
@@ -10,5 +10,6 @@ BIOSDEVNAME_LICENSE = GPL
 BIOSDEVNAME_LICENSE_FILES = COPYING
 BIOSDEVNAME_CONF_OPTS = --exec-prefix=/
 BIOSDEVNAME_DEPENDENCIES = pciutils udev zlib
+BIOSDEVNAME_AUTORECONF = YES
 
 $(eval $(autotools-package))