fakechroot: Fix patch application

We listed the Debian patch but never actually asked BitBake to apply it.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-03-24 14:07:26 +00:00
parent d3d36d9f44
commit 72af5b2f92
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@ LICENSE = "GPL"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_${PV}.orig.tar.gz \
file://fix-readlink.patch;patch=1 \
${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_2.9-1.1.diff.gz"
${DEBIAN_MIRROR}/main/f/fakechroot/fakechroot_2.9-1.1.diff.gz;patch=1"
inherit autotools
PR = "r2"
PR = "r3"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native"