summaryrefslogtreecommitdiffstats
path: root/recipes-extended/skmm-ep/skmm-ep_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2014-07-23 14:12:02 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-07-23 18:08:00 +0800
commitbc1191f6e5c883189593f948e827af6f039a8264 (patch)
tree696cf04790fe5eab86a3bca47a823098ff53f7e7 /recipes-extended/skmm-ep/skmm-ep_git.bb
parent6ed73d907b93359725f8d1e5c1214fe7b9dce7e3 (diff)
downloadmeta-fsl-ppc-bc1191f6e5c883189593f948e827af6f039a8264.tar.gz
skmm-ep: add two missing header files
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Diffstat (limited to 'recipes-extended/skmm-ep/skmm-ep_git.bb')
-rw-r--r--recipes-extended/skmm-ep/skmm-ep_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb
index 65659b9..145b1d9 100644
--- a/recipes-extended/skmm-ep/skmm-ep_git.bb
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5
5 5
6DEPENDS = "libedit openssl" 6DEPENDS = "libedit openssl"
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1" 8SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1 \
9 file://add-two-missing-header-files.patch \
10"
9SRCREV = "448522aa1ba3f0c4a1481631dc1c3b168d410a61" 11SRCREV = "448522aa1ba3f0c4a1481631dc1c3b168d410a61"
10 12
11COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" 13COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"