summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb (renamed from meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb
index 3e8bd67e67..4f4f58def3 100644
--- a/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb
+++ b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb
@@ -9,14 +9,12 @@ LICENSE = "GPL-3.0-only"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"
10 10
11SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" 11SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https"
12SRCREV = "fcc14ed4fc9083a4e7fc25045b99cb7323bae4fe" 12SRCREV = "7489280a7a1247f23543343aba4e95bf2f2e8fa6"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15DEPENDS = "libxml2 libarchive" 15DEPENDS = "libtinyxml2 libarchive"
16inherit cmake pkgconfig 16inherit cmake pkgconfig
17 17
18EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"' 18FILES:${PN} = "${bindir}"
19
20FILES:${PN} = "${bindir}/bmap-writer"
21 19
22BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"