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
commit6409071674d4f3c9779145636a6b2beddcdee2ee (patch)
tree52ff342ad97bb20fdeb2e76d457a1020efbe5c0a /recipes-browser/chromium/chromium_24.0.1312.52.bbappend
parent6ab14113c935fc980dbb9f4f02b521caa63d1b94 (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
-}