diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-04-07 16:37:41 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-09 00:30:38 +0400 |
commit | 9bacc628c360d3a31e6ddfec5c24031b64e27af6 (patch) | |
tree | 218b2f5dd4ba6525d5780ea9dc33fdb47e5d37af | |
parent | e42f9ca7aa42ed31ec77e6b6819def3ba05cbbcf (diff) |
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 <khimov@altell.ru>
-rw-r--r-- | recipes/beep/beep_1.2.2.bb | 7 |
1 files changed, 2 insertions, 5 deletions
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}" |