* [PATCH 0/1] adt_installer: run autoreconf before configuring opkg
@ 2014-05-12 14:29 Laurentiu Palcu
2014-05-12 14:29 ` [PATCH 1/1] " Laurentiu Palcu
0 siblings, 1 reply; 2+ messages in thread
From: Laurentiu Palcu @ 2014-05-12 14:29 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 50067e069c8cbc0d339819494f22ae7623d47aa6:
bitbake: fetch2/perforce: Ensure command has a default (2014-05-11 15:26:25 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib lpalcu/b6293_adt_installer_issue
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/b6293_adt_installer_issue
Laurentiu Palcu (1):
adt_installer: run autoreconf before configuring opkg
.../installer/adt-installer/adt_installer | 1 +
1 file changed, 1 insertion(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] adt_installer: run autoreconf before configuring opkg
2014-05-12 14:29 [PATCH 0/1] adt_installer: run autoreconf before configuring opkg Laurentiu Palcu
@ 2014-05-12 14:29 ` Laurentiu Palcu
0 siblings, 0 replies; 2+ messages in thread
From: Laurentiu Palcu @ 2014-05-12 14:29 UTC (permalink / raw)
To: openembedded-core
opkg fails to build on hosts with older autotools versions.
[YOCTO #6293]
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../installer/adt-installer/adt_installer | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer
index 1f2d039..7fc37f8 100755
--- a/meta/recipes-devtools/installer/adt-installer/adt_installer
+++ b/meta/recipes-devtools/installer/adt-installer/adt_installer
@@ -182,6 +182,7 @@ if [ ! -x "$LOCAL_OPKG_LOC/bin/opkg-cl" ]; then
check_result
echo_info "Configure opkg ...\n"
+ autoreconf
./configure --prefix=$parent_folder/$LOCAL_OPKG_LOC --with-opkglibdir=$OPKG_LIBDIR --enable-shared=no --disable-curl --disable-ssl-curl --disable-gpg --disable-shave >> $parent_folder/$YOCTOADT_INSTALL_LOG_FILE
check_result
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-12 14:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 14:29 [PATCH 0/1] adt_installer: run autoreconf before configuring opkg Laurentiu Palcu
2014-05-12 14:29 ` [PATCH 1/1] " Laurentiu Palcu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox