summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorrpjday@crashcourse.ca <rpjday@crashcourse.ca>2020-04-03 15:49:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-05 11:46:38 +0100
commitaf4a96e8b256fb2504589b151ae470ffa4df8ece (patch)
treef7680bbcea25c37a84b4eb0a0ea7b949e8e2f97c /meta
parent5cd71814ac1f747d6ae858ffb104c571b57b25fd (diff)
downloadpoky-af4a96e8b256fb2504589b151ae470ffa4df8ece.tar.gz
cdrtools-native: remove use of REALPV in versioning
There appears to be no need for the use of REALPV in the recipe for cdrtools-native as the downloaded tarball has the official version in it. (From OE-Core rev: d99309924fd33342748bd572816b2682bc7e32ab) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
index 1c602e7ce7..b568bb39f6 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312" 8LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
9 9
10SRC_URI = " \ 10SRC_URI = " \
11 ${SOURCEFORGE_MIRROR}/project/cdrtools/cdrtools-${REALPV}.tar.bz2 \ 11 ${SOURCEFORGE_MIRROR}/project/cdrtools/cdrtools-${PV}.tar.bz2 \
12 file://0001-Don-t-set-uid-gid-during-install.patch \ 12 file://0001-Don-t-set-uid-gid-during-install.patch \
13 " 13 "
14UPSTREAM_VERSION_UNKNOWN = "1" 14UPSTREAM_VERSION_UNKNOWN = "1"
@@ -23,11 +23,6 @@ export ac_cv_prog_CC = "${CC}"
23 23
24inherit native 24inherit native
25 25
26PV = "3.01a31+really3.01"
27REALPV = "3.01"
28
29S = "${WORKDIR}/${BPN}-${REALPV}"
30
31do_install() { 26do_install() {
32 make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D} 27 make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D}
33} 28}