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.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-devtools/fossology/fossology-nomos-native_git.bb b/recipes-devtools/fossology/fossology-nomos-native_git.bb
deleted file mode 100644
index d7d2fd3..0000000
--- a/recipes-devtools/fossology/fossology-nomos-native_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "SPDX 2.0 document creation and storage"
-HOMEPAGE = "https://github.com/DoSOCSv2/DoSOCSv2"
-SECTION = "devel/python"
-LICENSE = "GPLv2"
-
-LIC_FILES_CHKSUM = "file://GenCodeCopyright;md5=7296ec131dbd040718b64fb843d63048"
-DEPENDS = "glib-2.0-native libpcre-native json-c-native"
-
-SRCREV = "bd076cff2c235502055ecc020d44783ce5907051"
-BRANCH = "release/${PV}/master"
-SRC_URI = "git://github.com/fossology/fossology.git \
- "
-
-S = "${WORKDIR}/git/src/nomos/agent"
-
-inherit native
-
-do_compile() {
- cp ${S}/Makefile.sa ${S}/Makefile -f
- make
-}
-
-do_install() {
- oe_runmake install \
- DESTDIR="${D}" \
- PREFIX="${prefix}" \
- SBINDIR="${D}${sbindir}"
-}