diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-18 00:08:01 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-18 00:08:01 +0000 |
commit | 6e012296c2dc513ae301654b3d4d3eb826068c81 (patch) | |
tree | 785036b2cba7dac1aaa1f1b1e5462cd45a05f6af /conf/bitbake.conf | |
parent | f95ea756f4b4dabe70b9216901cf785380970e85 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/17 18:08:00-06:00 ti.com!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/01/17 18:07:46-06:00 ti.com!kergoth
base_do_patch: Obey a 'PATCHCMD' variable for the actual patcher command. Execute it using bb.build.exec_func so that the patcher command execution is logged.
2005/01/15 20:07:00-06:00 ti.com!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/01/15 20:06:41-06:00 ti.com!kergoth
Adjust the dyn-ldconfig patch for uclibc cvs to apply against current cvs, and make it a uclibc configure option so it can be pushed upstream. Also update the i386 and i686 defconfigs for uclibc-cvs.
BKrev: 41ec5361nnjCZWEmpkrD0oZ0-dBk8g
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 5fa8bb0d38..1d64f49320 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -303,6 +303,7 @@ SRC_URI = "file://${FILE}" MKTEMPDIRCMD = "mktemp -d -q ${TMPBASE}" MKTEMPCMD = "mktemp -q ${TMPBASE}" +PATCHCMD = "patcher -R -p '%s' -n '%s' -i '%s'" ################################################################## # Not sure about the rest of this yet. |