diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-04-24 23:16:40 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-04-24 23:18:18 +0200 |
commit | 732fd4c471f3af7683f3206963f261f580865bbe (patch) | |
tree | 5a49759419a0b98857144b1db1ab39598de02fd8 /recipes/mamona | |
parent | 22f3b74fec790847c3e353aad84b51252637a90f (diff) |
[various]: fis absolute reference to 'recipes/'.
* this could interfere with local collections.
Diffstat (limited to 'recipes/mamona')
-rw-r--r-- | recipes/mamona/gcc-noemu_4.1.1.bb | 2 | ||||
-rw-r--r-- | recipes/mamona/gcc-noemu_4.1.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mamona/gcc-noemu_4.1.1.bb b/recipes/mamona/gcc-noemu_4.1.1.bb index 543813a101..32e021bb98 100644 --- a/recipes/mamona/gcc-noemu_4.1.1.bb +++ b/recipes/mamona/gcc-noemu_4.1.1.bb @@ -57,7 +57,7 @@ JAVA_arm = "" JAVA = "" LANGUAGES = "c,c++${FORTRAN}${JAVA}" -require recipes/gcc/gcc-${PV}.inc +require ../gcc/gcc-${PV}.inc EXTRA_OECONF += "--disable-libspp --with-slibdir=\"/lib\"" diff --git a/recipes/mamona/gcc-noemu_4.1.2.bb b/recipes/mamona/gcc-noemu_4.1.2.bb index 247cbd0897..caffd68573 100644 --- a/recipes/mamona/gcc-noemu_4.1.2.bb +++ b/recipes/mamona/gcc-noemu_4.1.2.bb @@ -77,7 +77,7 @@ JAVA_arm = "" LANGUAGES = "c,c++${FORTRAN}${JAVA}" -require recipes/gcc/gcc-${PV}.inc +require ../gcc/gcc-${PV}.inc EXTRA_OECONF += " --disable-libssp --with-slibdir=\"/lib\" " |