diff options
Diffstat (limited to 'recipes/popt/popt.inc')
-rw-r--r-- | recipes/popt/popt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/popt/popt.inc b/recipes/popt/popt.inc index 07671d798f..d95bc4925f 100644 --- a/recipes/popt/popt.inc +++ b/recipes/popt/popt.inc @@ -4,6 +4,6 @@ AUTHOR = "Jeff Johnson" LICENSE = "MIT" SECTION = "libs" -S = "${WORKDIR}/popt-${PV}" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}" +INC_PR = "r3" +inherit autotools gettext |