diff options
Diffstat (limited to 'acpid/acpid_1.0.2.oe')
-rw-r--r-- | acpid/acpid_1.0.2.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/acpid/acpid_1.0.2.oe b/acpid/acpid_1.0.2.oe index 7a163c09e5..048eea7f2a 100644 --- a/acpid/acpid_1.0.2.oe +++ b/acpid/acpid_1.0.2.oe @@ -1,6 +1,7 @@ -DEPENDS = virtual/libc +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" -SRC_URI := ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz +SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz" EXTRA_OEMAKE= do_compile () { |