diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-01 12:08:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-01 12:08:56 +0000 |
commit | ff0b5ebdae173de8f0b58cefdbd22e737f446dec (patch) | |
tree | 2661c4e9431a3b6f28be1a24b1d3c4eac0af87d7 /changedfiles | |
parent | c596e52995f975296a6a1b3f6c75b9feafdee9f3 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/12/01 06:08:55-06:00 ti.com!kergoth
Fix the changedfiles-daemon build.
BKrev: 41adb458OR6kvlrx6EaAnAowowBFIw
Diffstat (limited to 'changedfiles')
-rw-r--r-- | changedfiles/changedfiles-daemon_1.0-rc1.oe | 18 | ||||
-rw-r--r-- | changedfiles/changedfiles-modules_1.0-rc1.oe | 10 | ||||
-rw-r--r-- | changedfiles/changedfiles.inc | 0 | ||||
-rw-r--r-- | changedfiles/files/autofoo.patch | 0 |
4 files changed, 5 insertions, 23 deletions
diff --git a/changedfiles/changedfiles-daemon_1.0-rc1.oe b/changedfiles/changedfiles-daemon_1.0-rc1.oe index 585f082419..a285d3dbe6 100644 --- a/changedfiles/changedfiles-daemon_1.0-rc1.oe +++ b/changedfiles/changedfiles-daemon_1.0-rc1.oe @@ -1,22 +1,10 @@ -DESCRIPTION = "A framework for simple filesystem replication \ -and/or security monitoring and/or automatic file transformations" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -DEPENDS = "fget" -RDEPENDS = "fget" +include changedfiles.inc +PR = "r1" -SRC_URI = "http://www.bangstate.com/changedfiles-${PV}.tar.gz" -S = "${WORKDIR}/changedfiles-${PV}" +SRC_URI += "file://autofoo.patch;patch=1" inherit autotools -do_configure() { - gnu-configize - oe_runconf -} - do_compile() { oe_runmake daemon } diff --git a/changedfiles/changedfiles-modules_1.0-rc1.oe b/changedfiles/changedfiles-modules_1.0-rc1.oe index 44138ff303..78318b77ee 100644 --- a/changedfiles/changedfiles-modules_1.0-rc1.oe +++ b/changedfiles/changedfiles-modules_1.0-rc1.oe @@ -1,12 +1,6 @@ -DESCRIPTION = "A framework for simple filesystem replication \ -and/or security monitoring and/or automatic file transformations" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" +include changedfiles.inc -SRC_URI = "http://www.bangstate.com/changedfiles-${PV}.tar.gz" -S = "${WORKDIR}/changedfiles-${PV}/module" +B = "${WORKDIR}/changedfiles-${PV}/module" inherit module diff --git a/changedfiles/changedfiles.inc b/changedfiles/changedfiles.inc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changedfiles/changedfiles.inc diff --git a/changedfiles/files/autofoo.patch b/changedfiles/files/autofoo.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/changedfiles/files/autofoo.patch |