Removed patch from nanox sit class file and wait for patch in the nanox source.

This commit is contained in:
Christoph Niethammer 2013-07-10 09:27:04 +00:00
parent 5bfef39d85
commit 03eefdae92
2 changed files with 0 additions and 5 deletions

View file

@ -70,7 +70,6 @@ src_prepare() {
rm -rf autom4te.cache
autoreconf -vif
version=$(git rev-list -n 1 master)
patch --forward src/plugins/instrumentation/ayudame.cpp < $SCLASS_DIR/$SCLASSFILE-0001.patch
}
src_install() {

View file

@ -1,4 +0,0 @@
39c39
< ayu_runtime_t ayu_rt = 3; // FIXME: hard coded, use AYU_RT_OMPSS?
---
> ayu_runtime_t ayu_rt = AYU_RT_OMPSS;