diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-08-12 00:04:39 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-08-12 00:04:39 +0200 |
commit | ecb37e065e8e402711c415a01b50f1186fc27a10 (patch) | |
tree | 9f33326b4a10576778099883ed415c0b913fa7f8 /recipes | |
parent | 4d43fd978edf91f5ac9c6f72064e8beff998e1e1 (diff) |
nandlogical: remove unused -static recipe (we have
nandlogical-klibc-static now)
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/nandlogical/nandlogical-static_1.0.0.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/nandlogical/nandlogical-static_1.0.0.bb b/recipes/nandlogical/nandlogical-static_1.0.0.bb deleted file mode 100644 index d595d00d62..0000000000 --- a/recipes/nandlogical/nandlogical-static_1.0.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require nandlogical_${PV}.bb - -do_compile () { - ${CC} nandlogical.c -o nandlogical ${CFLAGS} ${LDFLAGS} -static -} |