diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-05-06 23:44:06 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-05-06 23:44:06 +0000 |
| commit | 5ac063a41073fbd98e8bdb703a0bcc1b8b13ff93 (patch) | |
| tree | 0917eab602e4047fec6784ab985f501944692629 /packages | |
| parent | edb488ab04dd2d3fad6cd65ab682ad9c6741e9de (diff) | |
| parent | 4a319dae514c9e5d743211cb7f3262a66e89300a (diff) | |
merge of 'a42973bf7cd903eb0cda39c0e0c9ca3041188bf1'
and 'dead8726201c5039d0257a605f354059105e7c99'
Diffstat (limited to 'packages')
115 files changed, 56564 insertions, 86 deletions
diff --git a/packages/acpid/acpid.inc b/packages/acpid/acpid.inc index 69517a7681..6e79915527 100644 --- a/packages/acpid/acpid.inc +++ b/packages/acpid/acpid.inc @@ -16,6 +16,7 @@ do_compile () { } do_install () { + install -d ${D}${bindir} oe_runmake 'INSTPREFIX=${D}' install install -d ${D}${sysconfdir}/init.d cat ${WORKDIR}/init | sed -e's,/usr/sbin,${sbindir},g' > ${D}${sysconfdir}/init.d/acpid diff --git a/packages/acpid/acpid_1.0.4.bb b/packages/acpid/acpid_1.0.4.bb index 640acd5203..f48c262254 100644 --- a/packages/acpid/acpid_1.0.4.bb +++ b/packages/acpid/acpid_1.0.4.bb @@ -1,4 +1,4 @@ require acpid.inc SRC_URI += "file://gcc40.patch;patch=1" -PR = "r2" +PR = "r3" diff --git a/packages/chrpath/chrpath-native_0.13.bb b/packages/chrpath/chrpath-native_0.13.bb index c9cc9112a3..6ba8feb5e6 100644 --- a/packages/chrpath/chrpath-native_0.13.bb +++ b/packages/chrpath/chrpath-native_0.13.bb @@ -1,10 +1,3 @@ -DESCRIPTION = "chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already." -LICENSE = "GPL" - -SRC_URI = "http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_0.13.orig.tar.gz" - -inherit autotools native - -S = "${WORKDIR}/chrpath-${PV}" - +require chrpath.inc +inherit native diff --git a/packages/chrpath/chrpath.inc b/packages/chrpath/chrpath.inc new file mode 100644 index 0000000000..1858d47d2c --- /dev/null +++ b/packages/chrpath/chrpath.inc @@ -0,0 +1,10 @@ +DESCRIPTION = "chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already." +LICENSE = "GPL" + +SRC_URI = "http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_${PV}.orig.tar.gz" + +inherit autotools + +S = "${WORKDIR}/chrpath-${PV}" + + diff --git a/packages/chrpath/chrpath_0.13.bb b/packages/chrpath/chrpath_0.13.bb new file mode 100644 index 0000000000..15392d9ac2 --- /dev/null +++ b/packages/chrpath/chrpath_0.13.bb @@ -0,0 +1 @@ +require chrpath.inc |
