quilt-native: Stage a dummy quiltrc file (empty)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1508 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-04-14 11:06:59 +00:00
parent 2e818d2328
commit 95554ee9b1
2 changed files with 7 additions and 1 deletions

View File

@ -14,3 +14,8 @@ EXTRA_OECONF = "--disable-nls"
do_configure () {
oe_runconf
}
# Dummy quiltrc file for patch.bbclass
do_install_append () {
touch ${STAGING_BINDIR_NATIVE}/quiltrc
}

View File

@ -1,2 +1,3 @@
PV="0.45"
PV = "0.45"
PR = "r1"
require quilt-native.inc