git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd58220
)
uucp: package /usr/spool/uucp/ (empty) for cu
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 29 Mar 2007 13:08:43 +0000
(13:08 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 29 Mar 2007 13:08:43 +0000
(13:08 +0000)
packages/uucp/uucp_1.07.bb
patch
|
blob
|
history
diff --git
a/packages/uucp/uucp_1.07.bb
b/packages/uucp/uucp_1.07.bb
index
948f251
..
7247ecb
100644
(file)
--- a/
packages/uucp/uucp_1.07.bb
+++ b/
packages/uucp/uucp_1.07.bb
@@
-1,6
+1,7
@@
DESCRIPTION = "UUCP is used to transfer mail, news and random files between systems which are not connected by more modern networks. The communication can be made via modems, direct (hard-wired) serial connections or via an IP connection."
LICENSE = "GPLv2"
SECTION = "console"
+PR = "r1"
inherit autotools
@@
-11,6
+12,9
@@
do_configure() {
oe_runconf
}
+do_install_append() {
+ fakeroot install -d -g uucp -o uucp ${D}/usr/spool/uucp
+}
PACKAGES =+ "cu"
-FILES_cu = "${bindir}/cu"
+FILES_cu = "${bindir}/cu
/usr/spool
"