diff options
Diffstat (limited to 'popt')
-rw-r--r-- | popt/popt-native_1.7.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/popt/popt-native_1.7.bb b/popt/popt-native_1.7.bb index e69de29bb2..da39fb8bb2 100644 --- a/popt/popt-native_1.7.bb +++ b/popt/popt-native_1.7.bb @@ -0,0 +1,6 @@ +SECTION = "unknown" +include popt_${PV}.bb +inherit native + +S = "${WORKDIR}/popt-${PV}" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}" |