summaryrefslogtreecommitdiffstats
path: root/meta/packages/yum/createrepo-native_0.9.8.bb
blob: 895f2e96fef6d73351e2aec4357b0be40db3acaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DEPENDS = "python-native libxml2-native"
RDEPENDS = "yum-native"

SRC_URI = "http://createrepo.baseurl.org/download/createrepo-${PV}.tar.gz \
           file://pathfix.patch;patch=1 "
PR = "r2"

inherit autotools native

S = "${WORKDIR}/createrepo-${PV}"

do_compile_append () {
	sed -e 's#exec /usr/share#exec ${datadir}#' -i ${S}/bin/createrepo
	sed -e 's#exec /usr/share#exec ${datadir}#' -i ${S}/bin/modifyrepo
	sed -e 's#!/usr/bin/python#!${bindir}/python#' -i ${S}/genpkgmetadata.py
	sed -e 's#!/usr/bin/python#!${bindir}/python#' -i ${S}/modifyrepo.py
}