diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-30 10:33:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 11:55:43 +0100 |
commit | f64dfe61234eee27b61f994ec9598bf9e820d271 (patch) | |
tree | 8406dad4cd0c44cd269a90a52d61f9d3f4c24349 /meta/recipes-sato | |
parent | 4cd306ab0c9404a31f38c7e5fb67fe32fdca3d4b (diff) | |
download | openembedded-core-f64dfe61234eee27b61f994ec9598bf9e820d271.tar.gz openembedded-core-f64dfe61234eee27b61f994ec9598bf9e820d271.tar.bz2 openembedded-core-f64dfe61234eee27b61f994ec9598bf9e820d271.zip |
pcmanfm: Add sh3/sh4 to supported hosts
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb b/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb index e62cb0d9b5..545367a943 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb @@ -13,7 +13,7 @@ DEPENDS_append_poky = " libowl" PR = "r0" -COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|mips.*|powerpc.*)-(linux|freebsd.*)' +COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|mips.*|powerpc.*|sh.*)-(linux|freebsd.*)' SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ file://gnome-fs-directory.png \ |