diff options
| -rw-r--r-- | meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb index b8d0536eb3..5811d0b772 100644 --- a/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb +++ b/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb | |||
| @@ -12,3 +12,5 @@ S = "${WORKDIR}/git" | |||
| 12 | do_configure:prepend(){ | 12 | do_configure:prepend(){ |
| 13 | (cd ${S} && ${S}/autogen.sh) | 13 | (cd ${S} && ${S}/autogen.sh) |
| 14 | } | 14 | } |
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
