git.openpandora.org
/
openpandora.oe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pandora-misc: Add op_test_inputs to recipe.
[openpandora.oe.git]
/
recipes
/
omap3-deviceid
/
omap3-deviceid_1.0.bb
diff --git
a/recipes/omap3-deviceid/omap3-deviceid_1.0.bb
b/recipes/omap3-deviceid/omap3-deviceid_1.0.bb
index
27f9f38
..
3109d0e
100755
(executable)
--- a/
recipes/omap3-deviceid/omap3-deviceid_1.0.bb
+++ b/
recipes/omap3-deviceid/omap3-deviceid_1.0.bb
@@
-1,6
+1,6
@@
DESCRIPTION = "Report the OMAP3 SoC unique ID"
LICENSE = "GPL"
-PR ="r
2
"
+PR ="r
1
"
inherit autotools
@@
-12,6
+12,8
@@
SRC_URI = "file://mem.c \
S="${WORKDIR}"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_install() {
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/mem ${D}${bindir}