beep: fix building and packaging
authorRoman I Khimov <khimov@altell.ru>
Wed, 7 Apr 2010 12:37:41 +0000 (16:37 +0400)
committerRoman I Khimov <khimov@altell.ru>
Thu, 8 Apr 2010 20:30:38 +0000 (00:30 +0400)
GNU_HASH was missing and beep and beep-doc packages were listed
in PACKAGES twice.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/beep/beep_1.2.2.bb

index e3ffdce..5de2669 100644 (file)
@@ -3,18 +3,15 @@
 DESCRIPTION = "A console utility to make a beep noise"
 SECTION = "console/utils"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 SRC_URI  = "http://johnath.com/beep/beep-${PV}.tar.gz"
 SRC_URI += "file://linux-input.patch;patch=1"
 
 S = "${WORKDIR}/beep-${PV}"
-PACKAGES += "${PN} ${PN}-doc"
-
-inherit autotools
 
 EXTRA_OEMAKE += 'CC="${CC}"'
-EXTRA_OEMAKE += 'FLAGS="${CFLAGS}"'
+EXTRA_OEMAKE += 'FLAGS="${CFLAGS} ${LDFLAGS}"'
 
 # slugos requires beep in boot
 BINDIR = "${bindir}"