[oe-commits] org.oe.dev fakeroot: upgrade to 1.8.3 upstream version

mwester commit openembedded-commits at lists.openembedded.org
Wed Oct 31 06:36:53 UTC 2007


fakeroot: upgrade to 1.8.3 upstream version

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 628571dcb273ef51c3a731e01e15363b43f8a85a
ViewMTN: http://monotone.openembedded.org/revision/info/628571dcb273ef51c3a731e01e15363b43f8a85a
Files:
1
packages/fakeroot/fakeroot-1.8.3
packages/fakeroot/fakeroot-native-1.8.3
packages/fakeroot/fakeroot-1.8.3/configure-libtool.patch
packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch
packages/fakeroot/fakeroot-native_1.8.3.bb
packages/fakeroot/fakeroot_1.8.3.bb
Diffs:

#
# mt diff -r8c06ab70e33dcfeb6afef77aae31ad26e5efddbe -r628571dcb273ef51c3a731e01e15363b43f8a85a
#
# 
# 
# add_dir "packages/fakeroot/fakeroot-1.8.3"
# 
# add_dir "packages/fakeroot/fakeroot-native-1.8.3"
# 
# add_file "packages/fakeroot/fakeroot-1.8.3/configure-libtool.patch"
#  content [ddf734d57653c19b37686145fcb06e0a3b0f541a]
# 
# add_file "packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch"
#  content [ddf734d57653c19b37686145fcb06e0a3b0f541a]
# 
# add_file "packages/fakeroot/fakeroot-native_1.8.3.bb"
#  content [7407435ed787b345bb9a3d69762a1616144a29a0]
# 
# add_file "packages/fakeroot/fakeroot_1.8.3.bb"
#  content [534172d2aa3a4939aaced19e321eacaad90ec58d]
# 
============================================================
--- packages/fakeroot/fakeroot-1.8.3/configure-libtool.patch	ddf734d57653c19b37686145fcb06e0a3b0f541a
+++ packages/fakeroot/fakeroot-1.8.3/configure-libtool.patch	ddf734d57653c19b37686145fcb06e0a3b0f541a
@@ -0,0 +1,18 @@
+--- fakeroot-1.8.3/configure.ac.orig	2007-10-31 00:17:27.000000000 -0500
++++ fakeroot-1.8.3/configure.ac	2007-10-31 00:18:12.000000000 -0500
+@@ -1,14 +1,12 @@
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo at debian.org],[fakeroot])
+ AC_PREREQ(2.61)
+-LT_PREREQ(2.1a)
+ AC_CANONICAL_TARGET
+ AM_INIT_AUTOMAKE
+ AM_MAINTAINER_MODE
+ AC_CONFIG_HEADERS([config.h])
+ AC_PROG_MAKE_SET
+-LT_INIT
+-LT_LANG(C)
++AC_PROG_LIBTOOL
+ 
+ AC_ARG_WITH([ipc],
+ 	    AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@],
============================================================
--- packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch	ddf734d57653c19b37686145fcb06e0a3b0f541a
+++ packages/fakeroot/fakeroot-native-1.8.3/configure-libtool.patch	ddf734d57653c19b37686145fcb06e0a3b0f541a
@@ -0,0 +1,18 @@
+--- fakeroot-1.8.3/configure.ac.orig	2007-10-31 00:17:27.000000000 -0500
++++ fakeroot-1.8.3/configure.ac	2007-10-31 00:18:12.000000000 -0500
+@@ -1,14 +1,12 @@
+ dnl Process this file with autoconf to produce a configure script.
+ AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo at debian.org],[fakeroot])
+ AC_PREREQ(2.61)
+-LT_PREREQ(2.1a)
+ AC_CANONICAL_TARGET
+ AM_INIT_AUTOMAKE
+ AM_MAINTAINER_MODE
+ AC_CONFIG_HEADERS([config.h])
+ AC_PROG_MAKE_SET
+-LT_INIT
+-LT_LANG(C)
++AC_PROG_LIBTOOL
+ 
+ AC_ARG_WITH([ipc],
+ 	    AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@],
============================================================
--- packages/fakeroot/fakeroot-native_1.8.3.bb	7407435ed787b345bb9a3d69762a1616144a29a0
+++ packages/fakeroot/fakeroot-native_1.8.3.bb	7407435ed787b345bb9a3d69762a1616144a29a0
@@ -0,0 +1,20 @@
+SECTION = "base"
+require fakeroot_${PV}.bb
+inherit native
+RDEPENDS="util-linux-native"
+
+SRC_URI += "file://fix-prefix.patch;patch=1 "
+S = "${WORKDIR}/fakeroot-${PV}"
+
+EXTRA_OECONF = " --program-prefix="
+
+# Compatability for the rare systems not using or having SYSV
+python () {
+    if bb.data.getVar('HOST_NONSYSV', d, True) and bb.data.getVar('HOST_NONSYSV', d, True) != '0':
+        bb.data.setVar('EXTRA_OECONF', ' --with-ipc=tcp --program-prefix= ', d)
+}
+
+do_stage_append () {
+    oe_libinstall -so libfakeroot ${STAGING_LIBDIR}/libfakeroot/
+}
+
============================================================
--- packages/fakeroot/fakeroot_1.8.3.bb	534172d2aa3a4939aaced19e321eacaad90ec58d
+++ packages/fakeroot/fakeroot_1.8.3.bb	534172d2aa3a4939aaced19e321eacaad90ec58d
@@ -0,0 +1,17 @@
+DESCRIPTION = "Gives a fake root environment"
+SECTION = "base"
+LICENSE = "GPL"
+# fakeroot needs getopt which is provided by the util-linux package
+RDEPENDS = "util-linux"
+PR = "r1"
+
+SRC_URI = "ftp://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_${PV}.tar.gz \
+           file://configure-libtool.patch;patch=1"
+	    
+inherit autotools
+
+do_stage() {
+        install -d ${STAGING_INCDIR}/fakeroot
+        install -m 644 *.h ${STAGING_INCDIR}/fakeroot
+        autotools_stage_all
+}






More information about the Openembedded-commits mailing list