mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
Add yum-native and createrepo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5098 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
81
meta/packages/yum/createrepo-native/pathfix.patch
Normal file
81
meta/packages/yum/createrepo-native/pathfix.patch
Normal file
@@ -0,0 +1,81 @@
|
||||
Index: createrepo-0.9/Makefile
|
||||
===================================================================
|
||||
--- createrepo-0.9.orig/Makefile 2008-08-23 17:49:24.000000000 +0100
|
||||
+++ createrepo-0.9/Makefile 2008-08-23 17:52:01.000000000 +0100
|
||||
@@ -10,22 +10,6 @@
|
||||
SHELL = /bin/sh
|
||||
top_srcdir = .
|
||||
srcdir = .
|
||||
-prefix = /usr
|
||||
-exec_prefix = ${prefix}
|
||||
-
|
||||
-bindir = ${exec_prefix}/bin
|
||||
-sbindir = ${exec_prefix}/sbin
|
||||
-libexecdir = ${exec_prefix}/libexec
|
||||
-datadir = ${prefix}/share
|
||||
-sysconfdir = ${prefix}/etc
|
||||
-sharedstatedir = ${prefix}/com
|
||||
-localstatedir = ${prefix}/var
|
||||
-libdir = ${exec_prefix}/lib
|
||||
-infodir = ${prefix}/info
|
||||
-docdir =
|
||||
-includedir = ${prefix}/include
|
||||
-oldincludedir = /usr/include
|
||||
-mandir = ${prefix}/share/man
|
||||
|
||||
pkgdatadir = $(datadir)/$(PKGNAME)
|
||||
pkglibdir = $(libdir)/$(PKGNAME)
|
||||
Index: createrepo-0.9/bin/Makefile
|
||||
===================================================================
|
||||
--- createrepo-0.9.orig/bin/Makefile 2008-08-23 17:50:13.000000000 +0100
|
||||
+++ createrepo-0.9/bin/Makefile 2008-08-23 17:50:23.000000000 +0100
|
||||
@@ -1,22 +1,6 @@
|
||||
SHELL = /bin/sh
|
||||
top_srcdir = ..
|
||||
srcdir = ../bin
|
||||
-prefix = /usr
|
||||
-exec_prefix = ${prefix}
|
||||
-
|
||||
-bindir = ${exec_prefix}/bin
|
||||
-sbindir = ${exec_prefix}/sbin
|
||||
-libexecdir = ${exec_prefix}/libexec
|
||||
-datadir = ${prefix}/share
|
||||
-sysconfdir = ${prefix}/etc
|
||||
-sharedstatedir = ${prefix}/com
|
||||
-localstatedir = ${prefix}/var
|
||||
-libdir = ${exec_prefix}/lib
|
||||
-infodir = ${prefix}/info
|
||||
-docdir =
|
||||
-includedir = ${prefix}/include
|
||||
-oldincludedir = /usr/include
|
||||
-mandir = ${prefix}/man
|
||||
|
||||
pkgdatadir = $(datadir)/$(PKGNAME)
|
||||
pkglibdir = $(libdir)/$(PKGNAME)
|
||||
Index: createrepo-0.9/docs/Makefile
|
||||
===================================================================
|
||||
--- createrepo-0.9.orig/docs/Makefile 2008-08-23 17:52:42.000000000 +0100
|
||||
+++ createrepo-0.9/docs/Makefile 2008-08-23 17:52:50.000000000 +0100
|
||||
@@ -1,22 +1,6 @@
|
||||
SHELL = /bin/sh
|
||||
top_srcdir = ..
|
||||
srcdir = ../docs
|
||||
-prefix = /usr
|
||||
-exec_prefix = ${prefix}
|
||||
-
|
||||
-bindir = ${exec_prefix}/bin
|
||||
-sbindir = ${exec_prefix}/sbin
|
||||
-libexecdir = ${exec_prefix}/libexec
|
||||
-datadir = ${prefix}/share
|
||||
-sysconfdir = ${prefix}/etc
|
||||
-sharedstatedir = ${prefix}/com
|
||||
-localstatedir = ${prefix}/var
|
||||
-libdir = ${exec_prefix}/lib
|
||||
-infodir = ${prefix}/info
|
||||
-docdir =
|
||||
-includedir = ${prefix}/include
|
||||
-oldincludedir = /usr/include
|
||||
-mandir = ${datadir}/man
|
||||
|
||||
pkgdatadir = $(datadir)/$(PKGNAME)
|
||||
pkglibdir = $(libdir)/$(PKGNAME)
|
||||
13
meta/packages/yum/createrepo-native_0.9.bb
Normal file
13
meta/packages/yum/createrepo-native_0.9.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
SRC_URI = "http://linux.duke.edu/projects/metadata/generate/createrepo-${PV}.tar.gz \
|
||||
file://pathfix.patch;patch=1 "
|
||||
|
||||
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
|
||||
}
|
||||
14
meta/packages/yum/yum-native_3.2.18.bb
Normal file
14
meta/packages/yum/yum-native_3.2.18.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
HOMEPAGE = "http://linux.duke.edu/projects/yum/"
|
||||
|
||||
SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz"
|
||||
|
||||
DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native"
|
||||
|
||||
S = "${WORKDIR}/yum-${PV}"
|
||||
|
||||
inherit autotools native
|
||||
|
||||
do_compile_append () {
|
||||
sed -e 's#!/usr/bin/python#!${bindir}/python#' -e 's#/usr/share#${datadir}#' -i ${S}/bin/yum.py
|
||||
sed -e 's#!/usr/bin/python#!${bindir}/python#' -e 's#/usr/share#${datadir}#' -i ${S}/bin/yum-updatesd.py
|
||||
}
|
||||
Reference in New Issue
Block a user