diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-19 14:50:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-19 14:50:21 +0200 |
commit | 59daeb152286261e9fd6c249fb1aff68d97424aa (patch) | |
tree | 4cfa120afd4384fa2c9ffb2ab56cde2704112a4f /recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb | |
parent | 31c26d29559c2eebf04d546a69dd1df7a9dfdec6 (diff) |
omap3-sgx-modules: add INHIBIT_PACKAGE_STRIP = "1"
Diffstat (limited to 'recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb')
-rw-r--r-- | recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb index a0dc97c170..9bd77ad9af 100644 --- a/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb +++ b/recipes/powervr-drivers/omap3-sgx-modules_1.3.13.1607.bb @@ -12,6 +12,8 @@ SRC_URI = "file://omap3-sgx-modules-${PV}.tar.bz2 \ PVRBUILD = "release" +INHIBIT_PACKAGE_STRIP = "1" + MAKE_TARGETS = " BUILD=${PVRBUILD}" do_install() { |