aboutsummaryrefslogtreecommitdiffstats
path: root/packages/arpwatch
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2007-01-25arpwatch 2.1a15: Run do_install under fakeroot because the MakefileJamie Lenehan
attempts to set the ownership of the installed files (install -o/-g): | NOTE: make install DESTDIR=/home/lenehan/devel/oe/build/titan-glibc-25/tmp/work/arpwatch-2.1a15-r1/image | /usr/bin/install -c -m 555 -o bin -g bin arpwatch /home/lenehan/devel/oe/build/titan-glibc-25/tmp/work/arpwatch-2.1a15-r1/image/usr/sbin | /usr/bin/install: cannot change ownership of /home/lenehan/devel/oe/build/titan-glibc-25/tmp/work/arpwatch-2.1a15-r1/image/usr/sbin/arpwatch': Operation not permitted | make: *** [install] Error 1 | FATAL: oe_runmake failed This worked on my old build host running Fedora Core 4 because the -g and -o options are ignored there when install is run by a normal user. The above error is on a ubunutu 6.10 host which obviously doesn't ignore those options.
2006-12-19arpwatch: dropped 2.1a13Marcin Juszkiewicz
2006-12-18binutils: started unifing recipes to be able to fix #1465Marcin Juszkiewicz
2006-11-22arpwatch 2.1a15: Cleanups for arpwatch:Jamie Lenehan
- mark configuration so they don't get wiped on upgrade - don't pass -p, for nopromisc, as an option since that isn't supported (must be a debian patch which is not included in OE) - remove RUNAS which was used to specify a non-root user to run as since it isn't support (must be a debian patch which is not included in OE) - Use volatiles to create required /var directory. - Inherit update-rc.d so it is started and stopped during uninstall, upgrade and uninstall.
2006-11-22arpwatch 2.1a15: Add the latest version, 2.1a15. No source for olderJamie Lenehan
versions is carried on the distribution site.
2006-05-26arpwatch 2.1a13: Add fakeroot-native to DEPENDS since it's required to ↵Jamie Lenehan
build. Closes #946.
2005-07-28added arpwatch 2.1a13 with some patches taken from DebianMarcin Juszkiewicz
it needs some work - adding/removing "arpwatch" user in post(inst/rm)