summaryrefslogtreecommitdiff
path: root/changedfiles
diff options
context:
space:
mode:
Diffstat (limited to 'changedfiles')
-rw-r--r--changedfiles/changedfiles-daemon_1.0-rc1.oe18
-rw-r--r--changedfiles/changedfiles-modules_1.0-rc1.oe10
-rw-r--r--changedfiles/changedfiles.inc0
-rw-r--r--changedfiles/files/autofoo.patch0
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