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/changedfiles-modules_1.0-rc1.oe | |
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/changedfiles-modules_1.0-rc1.oe')
-rw-r--r-- | changedfiles/changedfiles-modules_1.0-rc1.oe | 10 |
1 files changed, 2 insertions, 8 deletions
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 |