From 209d4ec0be0479b0664be9d2418b56f76d38e574 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 15 Mar 2013 13:02:06 +0100 Subject: [PATCH] uucp: make sure /etc/uucp is the config path, not /usr/conf/uucp --- recipes-extra/uucp/uucp_1.07.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-extra/uucp/uucp_1.07.bb b/recipes-extra/uucp/uucp_1.07.bb index 44ea402..dc4471d 100644 --- a/recipes-extra/uucp/uucp_1.07.bb +++ b/recipes-extra/uucp/uucp_1.07.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.airs.com/ian/uucp.html" SECTION = "console/utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -PR = "r2" +PR = "r3" inherit autotools @@ -15,6 +15,8 @@ do_configure() { oe_runconf } +EXTRA_OECONF = "--with-newconfigdir=/etc/uucp" + do_install_append() { fakeroot install -d -g uucp -o uucp ${D}/var/spool/uucp }