diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/snort/snort3_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort3_git.bb b/meta-networking/recipes-connectivity/snort/snort3_git.bb index e9c37c8346..b8826b0682 100644 --- a/meta-networking/recipes-connectivity/snort/snort3_git.bb +++ b/meta-networking/recipes-connectivity/snort/snort3_git.bb | |||
| @@ -21,7 +21,7 @@ PACKAGES =+ "${PN}-scripts" | |||
| 21 | inherit cmake pkgconfig | 21 | inherit cmake pkgconfig |
| 22 | 22 | ||
| 23 | do_install:append() { | 23 | do_install:append() { |
| 24 | sed -i "s#${RECIPE_SYSROOT}##g" ${D}${libdir}/pkgconfig/snort.pc | 24 | sed -i "s#${RECIPE_SYSROOT_NATIVE}##g; s#${RECIPE_SYSROOT}##g" ${D}${libdir}/pkgconfig/snort.pc |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | FILES:${PN} += "${libdir}/snort/daq/*.so" | 27 | FILES:${PN} += "${libdir}/snort/daq/*.so" |
