rp-pppoe 3.8: Fix issues caused by autoconf needing to run in the src
authorJamie Lenehan <lenehan@twibble.org>
Fri, 8 Jun 2007 06:13:53 +0000 (06:13 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Fri, 8 Jun 2007 06:13:53 +0000 (06:13 +0000)
commit612f7ecab32c79e28074e1a56184df7068bdbf9c
treee4837f918c5c13db6db8dc85a50e413e35c80886
parentf7acf081277799b12a839fa32f97b36dbe4490fb
rp-pppoe 3.8: Fix issues caused by autoconf needing to run in the src
subdirectory of the source code. The OE autotools.bbclass runs the autoconf
stuff in ${S}, so you need to change ${S} to the src subdirectory to get it
to work. But ${S} is also where patches are appplied, so you can't patch the
config files and other things which aren't in the src directory. So add some
autoconf at the top level which just says there's a sub-autoconf project in
the src subdirectory, fix up the patches, remove the sed hacks and add a new
patch to do what the sed hacks were doing before.
packages/rp-pppoe/rp-pppoe-3.8/top-autoconf.patch [new file with mode: 0644]
packages/rp-pppoe/rp-pppoe-3.8/update-config.patch [new file with mode: 0644]
packages/rp-pppoe/rp-pppoe_3.8.bb