diff options
Diffstat (limited to 'recipes/beep/beep_1.2.2.bb')
-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}" |