summaryrefslogtreecommitdiffstats
path: root/recipes-extended/skmm-ep/skmm-ep_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/skmm-ep/skmm-ep_git.bb')
-rw-r--r--recipes-extended/skmm-ep/skmm-ep_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb
index f8fdf889e..42ecaf2b5 100644
--- a/recipes-extended/skmm-ep/skmm-ep_git.bb
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -7,8 +7,6 @@ LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5
7 7
8DEPENDS = "libedit openssl virtual/kernel" 8DEPENDS = "libedit openssl virtual/kernel"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}"
11
12SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-ep;protocol=https;nobranch=1 \ 10SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/skmm-ep;protocol=https;nobranch=1 \
13 file://add-two-missing-header-files.patch \ 11 file://add-two-missing-header-files.patch \
14" 12"
@@ -28,3 +26,4 @@ do_install () {
28} 26}
29 27
30COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)" 28COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"
29PACKAGE_ARCH = "${MACHINE_ARCH}"