diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-11 00:07:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 03:38:46 -0700 |
commit | 5cc89d3c595072c42f28db54a43db119b763e28b (patch) | |
tree | 5e959c39cd50a2068c463d0e76715c634f116388 | |
parent | a5beb77bde547c3fdfd0bac75618ab70e9da6b81 (diff) | |
download | openembedded-core-5cc89d3c595072c42f28db54a43db119b763e28b.tar.gz openembedded-core-5cc89d3c595072c42f28db54a43db119b763e28b.tar.bz2 openembedded-core-5cc89d3c595072c42f28db54a43db119b763e28b.zip |
pcmanfm: Drop COMPATIBLE_HOST setting
We have all core architectures in there its almost redundant
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb index 75ff7731be..4127a07046 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb @@ -9,9 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ SECTION = "x11" DEPENDS = "gtk+3 startup-notification libfm intltool-native gettext-native glib-2.0-native" - -COMPATIBLE_HOST = '(x86_64.*|i.86.*|aarch64.*|arm.*|mips.*|powerpc.*|sh.*)-(linux|freebsd.*)' - SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.xz \ file://gnome-fs-directory.png \ file://gnome-fs-regular.png \ |