diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-10 09:08:00 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-13 22:38:04 +0100 |
| commit | 189174a0ee42a26efb6713a05ade1928610af5ef (patch) | |
| tree | f32e37935f5bf7c55ced21bf6fb44be7f8998f57 /meta/recipes-bsp/pointercal/pointercal_0.0.bb | |
| parent | a27fbe5e25a5aee956d2a43a2e2bf671c6d985f2 (diff) | |
| download | poky-189174a0ee42a26efb6713a05ade1928610af5ef.tar.gz | |
pointercal: Inhibit toolchain dependencies as its just a script
Diffstat (limited to 'meta/recipes-bsp/pointercal/pointercal_0.0.bb')
| -rw-r--r-- | meta/recipes-bsp/pointercal/pointercal_0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb index 069d85066e..c8233eaa2b 100644 --- a/meta/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta/recipes-bsp/pointercal/pointercal_0.0.bb | |||
| @@ -19,3 +19,4 @@ do_install() { | |||
| 19 | 19 | ||
| 20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY_${PN} = "1" |
| 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 22 | INHIBIT_DEFAULT_DEPS = "1" \ No newline at end of file | ||
