aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/fossology/fossology-nomos-native_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/fossology/fossology-nomos-native_git.bb')
-rw-r--r--recipes-devtools/fossology/fossology-nomos-native_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-devtools/fossology/fossology-nomos-native_git.bb b/recipes-devtools/fossology/fossology-nomos-native_git.bb
index 2f55ed1..e034a34 100644
--- a/recipes-devtools/fossology/fossology-nomos-native_git.bb
+++ b/recipes-devtools/fossology/fossology-nomos-native_git.bb
@@ -4,11 +4,13 @@ SECTION = "devel/python"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://GenCodeCopyright;md5=7296ec131dbd040718b64fb843d63048"
-DEPENDS = "glib-2.0-native"
+DEPENDS = "glib-2.0-native libpcre-native"
SRCREV = "34467fd530b832f08c095936a72c22c40fa13278"
BRANCH = "release/${PV}/master"
-SRC_URI = "git://github.com/fossology/fossology.git"
+SRC_URI = "git://github.com/fossology/fossology.git \
+ file://0001-Add-rpath-to-fix-error-as-following.patch \
+ "
S = "${WORKDIR}/git/src/nomos/agent"