summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2016-10-14 13:39:52 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-10 19:34:51 +0000
commit8c0e1ec9e20593d70ef4f307c6d1ce68fa778a39 (patch)
treec4833b7ca2799f199e1045845a67574908d9e07e /meta-ivi-common
parent4a71fa74cff32e70cdeb8ac211780803f1fa22c6 (diff)
remove useless bbappend
Change-Id: I674eff45e2900b1cded0f214caeaa2e9e0dfda00 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-ivi-common')
-rw-r--r--meta-ivi-common/recipes-extended/p7zip/p7zip_9.20.1.bbappend22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-ivi-common/recipes-extended/p7zip/p7zip_9.20.1.bbappend b/meta-ivi-common/recipes-extended/p7zip/p7zip_9.20.1.bbappend
deleted file mode 100644
index 98a51a1e9..000000000
--- a/meta-ivi-common/recipes-extended/p7zip/p7zip_9.20.1.bbappend
+++ /dev/null
@@ -1,22 +0,0 @@
-# This bbappend is to implement native package built
-#
-# native support has been submitted upstream, and may land in meta-openembedded:
-# http://lists.openembedded.org/pipermail/openembedded-devel/2016-March/106755.html
-
-# all3: to build bin/7za, bin/7z (with its plugins), bin/7zr and bin/7zCon.sfx
-EXTRA_OEMAKE_class-native = "all3"
-
-do_install_class-native() {
- install -d ${D}${bindir}
- install -d ${D}${bindir}/Codecs
- install -m 0755 ${S}/bin/7* ${D}${bindir}
- install -m 0755 ${S}/bin/Codecs/* ${D}${bindir}/Codecs
-
- # Create a shell script wrapper to execute next to 7z.so
- mv ${D}${bindir}/7z ${D}${bindir}/7z.bin
- echo "#! /bin/sh" > ${D}${bindir}/7z
- echo "exec ${D}${bindir}/7z.bin \"\$@\"" >> ${D}${bindir}/7z
- chmod 0755 ${D}${bindir}/7z
-}
-
-BBCLASSEXTEND += "native"