classes/patch.bbclass: Create a "patches" directory when initialising
authorJamie Lenehan <lenehan@twibble.org>
Wed, 30 Aug 2006 07:18:07 +0000 (07:18 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Wed, 30 Aug 2006 07:18:07 +0000 (07:18 +0000)
commit4b58334866dda9b3415fee5668b2c7bc08447905
treef9970f35753ecdbfd3be7d01bc2cd283184decbd
parenta350439c9ae71b8d437730e8659a9f5561d0b0d5
classes/patch.bbclass: Create a "patches" directory when initialising
the quilt patcher class. Without this quilt will search for a patches
directory - starting from the current directory up to the root
directory. If it finds an existing patches directory it will use it
for its patches. This causes all sorts of problems since it is not
where the patches are expected to be. Prior to the recent patcher
changes this directory was being created.
classes/patch.bbclass