diff options
-rw-r--r-- | recipes/libgles/libgles-omap3_4.09.00.01.bbappend | 2 | ||||
-rw-r--r-- | recipes/libgles/libgles-omap3_5.00.00.01.bbappend | 2 | ||||
-rw-r--r-- | recipes/libgles/libgles-omap3_5.01.00.01.bbappend | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/libgles/libgles-omap3_4.09.00.01.bbappend b/recipes/libgles/libgles-omap3_4.09.00.01.bbappend index 6a37c89..0646e73 100644 --- a/recipes/libgles/libgles-omap3_4.09.00.01.bbappend +++ b/recipes/libgles/libgles-omap3_4.09.00.01.bbappend | |||
@@ -29,7 +29,7 @@ do_install_append() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | # Inhibit warnings about files being stripped. | 31 | # Inhibit warnings about files being stripped. |
32 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 32 | INHIBIT_PACKAGE_STRIP = "1" |
33 | 33 | ||
34 | pkg_postinst_${PN}_append() { | 34 | pkg_postinst_${PN}_append() { |
35 | ESREV=$(echo ${BINLOCATION} | grep -Po '(\d+)(?!.*\d)' ) | 35 | ESREV=$(echo ${BINLOCATION} | grep -Po '(\d+)(?!.*\d)' ) |
diff --git a/recipes/libgles/libgles-omap3_5.00.00.01.bbappend b/recipes/libgles/libgles-omap3_5.00.00.01.bbappend index 5446ffa..f0b5754 100644 --- a/recipes/libgles/libgles-omap3_5.00.00.01.bbappend +++ b/recipes/libgles/libgles-omap3_5.00.00.01.bbappend | |||
@@ -32,7 +32,7 @@ do_install_append() { | |||
32 | } | 32 | } |
33 | 33 | ||
34 | # Inhibit warnings about files being stripped. | 34 | # Inhibit warnings about files being stripped. |
35 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 35 | INHIBIT_PACKAGE_SPLIT = "1" |
36 | 36 | ||
37 | pkg_postinst_${PN}_append() { | 37 | pkg_postinst_${PN}_append() { |
38 | ESREV=$(echo ${BINLOCATION} | grep -Po '(\d+)(?!.*\d)' ) | 38 | ESREV=$(echo ${BINLOCATION} | grep -Po '(\d+)(?!.*\d)' ) |
diff --git a/recipes/libgles/libgles-omap3_5.01.00.01.bbappend b/recipes/libgles/libgles-omap3_5.01.00.01.bbappend index 82bfdb2..9a90577 100644 --- a/recipes/libgles/libgles-omap3_5.01.00.01.bbappend +++ b/recipes/libgles/libgles-omap3_5.01.00.01.bbappend | |||
@@ -28,7 +28,7 @@ BINLOCATION_beaglebone = "${S}/gfx_rel_es8.x" | |||
28 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" | 28 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" |
29 | 29 | ||
30 | # Inhibit warnings about files being stripped. | 30 | # Inhibit warnings about files being stripped. |
31 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 31 | INHIBIT_PACKAGE_STRIP = "1" |
32 | 32 | ||
33 | pkg_postinst_${PN}_append() { | 33 | pkg_postinst_${PN}_append() { |
34 | ESREV=$(echo ${BINLOCATION} | grep -Po '(\d+)(?!.*\d)' ) | 34 | ESREV=$(echo ${BINLOCATION} | grep -Po '(\d+)(?!.*\d)' ) |