From: Roman I Khimov Date: Wed, 7 Apr 2010 12:37:41 +0000 (+0400) Subject: beep: fix building and packaging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bacc628c360d3a31e6ddfec5c24031b64e27af6;p=openembedded.git beep: fix building and packaging GNU_HASH was missing and beep and beep-doc packages were listed in PACKAGES twice. Signed-off-by: Roman I Khimov --- diff --git a/recipes/beep/beep_1.2.2.bb b/recipes/beep/beep_1.2.2.bb index e3ffdce22a..5de2669cac 100644 --- a/recipes/beep/beep_1.2.2.bb +++ b/recipes/beep/beep_1.2.2.bb @@ -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}"