From 23e874a12711ee156bba5f1bbcd9fa8dd3f2ef83 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Sun, 18 Apr 2010 22:41:40 +0000 Subject: change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more options Originally approached with "package.bbclass: introduce KEEP_GNU_DEBUGLINK": http://patchwork.openembedded.org/patch/886/ Redone with a change from INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP which allows more options. By default it does exactly the same thing as is done today, strips the binary, but keeps the gnu.debuglink section. When set to "no", stripping is not done at all, when set to "full" the gnu.debuglink section is not re-added to the binary. Signed-off-by: Roman I Khimov Acked-by: Chris Larson --- recipes/misc-binary-only/prism2-firmware-update_1.7.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/misc-binary-only/prism2-firmware-update_1.7.4.bb') diff --git a/recipes/misc-binary-only/prism2-firmware-update_1.7.4.bb b/recipes/misc-binary-only/prism2-firmware-update_1.7.4.bb index dae62aebed..501fa8ad84 100644 --- a/recipes/misc-binary-only/prism2-firmware-update_1.7.4.bb +++ b/recipes/misc-binary-only/prism2-firmware-update_1.7.4.bb @@ -6,7 +6,7 @@ LICENSE = "unknown" SRC_URI = "http://www.red-bean.com/~proski/firmware/${PV}.tar.bz2" -INHIBIT_PACKAGE_STRIP = "1" +PACKAGE_STRIP = "no" do_install() { install -d ${D}tmp -- cgit 1.2.3-korg