summaryrefslogtreecommitdiff
path: root/recipes-browser/chromium/chromium_24.0.1312.52.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-10-29 22:33:55 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-30 10:46:57 +0100
commite70243b36cbdfc0878791e7fc341a967e2d9dde5 (patch)
treec3fe2cbd0b1c5dd01fba59ffd2ea5d8ab25b8edc /recipes-browser/chromium/chromium_24.0.1312.52.bbappend
parent19d6bba4d745191e910869385d1236cbaa03da83 (diff)
chromium: remove outdated bbappend
Diffstat (limited to 'recipes-browser/chromium/chromium_24.0.1312.52.bbappend')
-rw-r--r--recipes-browser/chromium/chromium_24.0.1312.52.bbappend21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-browser/chromium/chromium_24.0.1312.52.bbappend b/recipes-browser/chromium/chromium_24.0.1312.52.bbappend
deleted file mode 100644
index 1e16e7a..0000000
--- a/recipes-browser/chromium/chromium_24.0.1312.52.bbappend
+++ /dev/null
@@ -1,21 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/chromium-${PV}:"
-
-EXTRA_OEGYP_prepend = "-DUSE_EABI_HARDFLOAT=1"
-
-SRC_URI += " \
- file://chromium_arm_build.patch \
- file://h264_enablement.patch \
-"
-
-FILES_${PN} += " \
- ${libdir}/libOmxCore.so \
-"
-
-#we have a symlinks ending in .so, skip QA ldflags for this package
-INSANE_SKIP_${PN} = "dev-so ldflags"
-
-do_install_append () {
- #make a symlink with the standard soname of the OpenMax component
- install -d ${D}/${libdir}
- ln -s libnvomx.so ${D}/${libdir}/libOmxCore.so
-}